美文网首页
mac上安装xgboost库

mac上安装xgboost库

作者: misshuanghm | 来源:发表于2020-03-11 12:30 被阅读0次

    按照这篇安装可以成功,其他的试过都太复杂了。

    参考这个博主的方法

    打开mac终端,依此输入下列命令即可:

    //先保证能上GitHub

    git clone --recursive http://github.com/dmlc/xgboost

    //此命令执行时间约1分钟

    cd xgboost; cp make/minimum.mk ./config.mk; make -j4

    cd python-package; sudo python setup.py install

    相关文章

      网友评论

          本文标题:mac上安装xgboost库

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