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