xgboost 安裝

作爲使用python進行機器學習的有力工具,在windows平臺上的安裝如下:

下載git

git地址

git bash

安裝完成後,打開git bash,在命令行中依次輸入:

git clone --recursive https://github.com/dmlc/xgboost
cd xgboost

git submodule init
git submodule update

alias make='mingw32-make'
cp make/mingw64.mk config.mk; make -j4

cd python-package/
python setup.py   install
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章