给anaconda虚拟环境安装xgboost:
conda install -n python365 py-xgboost #python365:虚拟环境名
在虚拟环境中不支持直接安装xgboost,而是py-xgboost 。
利用conda给容器安装xgboost:
conda install py-xgboost
利用git源码安装:
yum install git
git --version
git clone --recursive https://github.com/dmlc/xgboost.git
cd xgboost
rpm -qa|grep gcc # 查看gcc版本