You can install CatBoost from the conda-forge channel. Here are the steps you need to follow to install it. I am assuming you are using Linux. I have not tested these commands on Windows terminal.
- Add conda-forge to your channels by running the following command on the terminal.
conda config --add channels conda-forge
- Then install CatBoost by running the following command on the terminal:
conda install catboost
Alternatively, you can also use the pip command to install CatBoost. Here is the command:
pip install catboost