Windows下python的xgboost包安装

2015-12-13  本文已影响5482人  乱步摧城
  1. 下载xgboost的zip并解压https://github.com/dmlc/xgboost

  2. windows文件夹内的sln文件用Visual Studio打开

  3. X64,WIN32 选Build,Rebuild 一阵乱日

  4. python里面

     sys.path.append("..\xgboost-master\windows\x64\Release")
    
  5. cmd cd到xgboost文件夹内的python-package文件夹内 运行

     python setup.py install
上一篇下一篇

猜你喜欢

热点阅读