首页 > 技术文章 > windows 下使用conda安装xgboost问题

USTC-ZCC 2020-05-01 11:39 原文

 

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

conda install -c anaconda py-xgboost

 

推荐阅读