Ubuntu16.04 安装xgboost(anaconda3)

前端之家收集整理的这篇文章主要介绍了Ubuntu16.04 安装xgboost(anaconda3)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. 首先安装anaconda3,这个没什么好说的

  2. 之后需要先升级下anaconda3,命令'conda install libgcc'

  3. 最后就是安装xgboost了,命令pip install xgboost


有问题的话https://github.com/dmlc/xgboost/issues/1946这个网址查查看

原文链接:https://www.f2er.com/ubuntu/351306.html

猜你在找的Ubuntu相关文章