XGboost 安装
1. 方法一:直接装镜像:
打开anocomda输入:
pip install xgboost -i https://pypi.tuna.tsinghua.edu.cn/simple
2. 方法一不行的话,方法二:先下载
a. 下载xgboost安装包:https://www.lfd.uci.edu/~gohlke/pythonlibs/#xgboost
e.g python – version : 3.7.2, 64位电脑
xgboost-0.90-cp37-cp37m-win_amd64.whl
b.下载完成后放入python 安装目录下 \Anaconda\Scripts
c. 打开anocomda输入: pip install xgboost
参考链接
:https://blog.csdn.net/liudunhui_hit/article/details/93778218