2020-05-27
阅读量:
918
MAC如何安装xgboost?
xgboost库要求我们必须要提供适合的Scipy环境,如果你是使用anaconda安装 的Python,你的Scipy环境应该是没有什什么问题。以下为大家提供在MAC和windows
使用pip来安装xgboost的代码:
#MAC
brew install gcc@7
pip3 install xgboost
#windows
pip install --user xgboost #安装xgboost库
pip install --upgrade xgboost #更更新xgboost库






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论