linux安装xgboost快速高效方法

Posted tech-engin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux安装xgboost快速高效方法相关的知识,希望对你有一定的参考价值。

1、先安装git  sudo yum install git

 

2、下载xgboost仓库,注意有--recursive(有子模块哦)

git clone --recursive https://github.com/dmlc/xgboost.git
cd xgboost
./build.sh
cd python-package
python setup.py install

 

3、测试

python

import xgboost

 





以上是关于linux安装xgboost快速高效方法的主要内容,如果未能解决你的问题,请参考以下文章

基于linux6.x安装xgboost

linux 安装anaconda xgboost light gbm

windown快速安装xgboost

Linux 下的这些高效指令,是你快速学习的神器

Windows下快速安装Xgboost(无需Git或者VS)

linux环境快速安装python3