Xgboost的安装

1.直接在线安装

pip install xgboost

2.离线安装

下载对应的.whl文件,然后使用pip install + whl文件名。

下载地址:

https://www.lfd.uci.edu/~gohlke/pythonlibs/#xgboost

根据Python版本与电脑位数自行匹配下载。

Xgboost的安装

 

相关文章:

  • 2021-09-14
  • 2021-12-16
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2021-04-21
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2021-12-26
  • 2021-06-13
  • 2021-12-08
  • 2022-12-23
相关资源
相似解决方案