背景:
win10,64位,anaconda,python
打开anaconda prompt
输入:conda install -c anaconda py-xgboost=0.60
安装完毕
打开python
输入import xgboost
没有报错即安装成功。
参考网址:
https://stackoverflow.com/questions/35139108/how-to-install-xgboost-in-anaconda-python-windows-platform/42582701#42582701
本文介绍如何在Anaconda环境下为Windows平台安装XGBoost。通过conda命令安装指定版本的XGBoost,并验证安装是否成功。

被折叠的 条评论
为什么被折叠?



