windows 下使用conda安装xgboost问题
时间:2020-05-01 13:06:53
收藏:0
阅读:88

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