conda mac安装xgboost

1. 安装conda: Index of /anaconda/archive/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror

  • 1.1 选择的是 Anaconda3-2021.11-MacOSX-x86_64.pkg ,下载完 双击安装

2. 进入 conda 环境

  • 2.1 终端输入:source ~/.bash_profile ,切换到base环境使用conda命令
  • 2.2 退出conda环境:source deactivate 或 conda deactivate 退出

3. 安装xgboost, lightgbm, catboost等

  • conda install xgboost
  • conda install lightgbm
  • conda install catboost
上一篇:xgboost推导


下一篇:MAC安装lightgbm,xgboost失败error的解决方法