美文网首页
Windows下python的xgboost包安装

Windows下python的xgboost包安装

作者: 乱步摧城 | 来源:发表于2015-12-13 23:06 被阅读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

    相关文章

      网友评论

          本文标题:Windows下python的xgboost包安装

          本文链接:https://www.haomeiwen.com/subject/smcuhttx.html