You can find it on the official CatBoost website, but since it is written in English, I will post it on Qiita as a Japanese version.
conda config --add channels conda-forge
conda install catboost
After that, you can use CatBoost by doing import catboost
in the code.
For details on how to use it, refer to the official document below.
・ CatBoost --open-source gradient boosting library
Recommended Posts