可以看到conda在windows上不支持直接装xgboost这个包的,取而代之的是py-xgboost这个包:
conda install -c anaconda py-xgboost
windows 下使用conda安装xgboost问题
原文:https://www.cnblogs.com/USTC-ZCC/p/12813001.html