-
下载xgboost的zip并解压https://github.com/dmlc/xgboost
-
windows文件夹内的sln文件用Visual Studio打开
-
X64,WIN32 选Build,Rebuild 一阵乱日
-
python里面
sys.path.append("..\xgboost-master\windows\x64\Release")
-
cmd cd到xgboost文件夹内的python-package文件夹内 运行
python setup.py install
网友评论