windows 下使用conda安装xgboost问题

 可以看到conda在windows上不支持直接装xgboost这个包的,取而代之的是py-xgboost这个包:

conda install -c anaconda py-xgboost

 

猜你喜欢

转载自www.cnblogs.com/USTC-ZCC/p/12813001.html