美文网首页
在linux中安装xgboost

在linux中安装xgboost

作者: Moon100 | 来源:发表于2020-03-30 23:18 被阅读0次

官方下载页面https://pypi.org/project/xgboost/#files

文件下载链接https://files.pythonhosted.org/packages/36/a5/703d93321f57048596217789be7c186304a33aff5b1c48c89597a546c65e/xgboost-1.0.2.tar.gz

解压后,进入文件目录,用python3 运行安装文件 setup.py

sudo python3 setup.py install 

"Finished processing dependencies for xgboost==1.0.2"

备注:之前用网友的一个方法安装时(sudo -H pip3 install -i https://mirrors.ustc.edu.cn/pypi/web/simple xgboost),

总提示没有”setuptools“,其实已经装了。

参考文章:

https://blog.csdn.net/weixin_30815427/article/details/96105757

相关文章

网友评论

      本文标题:在linux中安装xgboost

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