问题:windows 环境下安装XGBoost,结果安装了两三个小时,一次次都是10KB/s,很无语

pip install xgboost
解决: 指定下载镜像地址
pip install xgboost -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install xgboost
pip install xgboost -i https://pypi.tuna.tsinghua.edu.cn/simple
本文标题:windows下安装xgboost速度太慢
本文链接:https://www.haomeiwen.com/subject/fhyegrtx.html
网友评论