conda install

Note

Training on GPU requires NVIDIA Driver of version 418.xx or higher.

This version of CatBoost has GPU support out-of-the-box.

To install CatBoost from the conda-forge channel:

  1. Add conda-forge to your channels:

    conda config --add channels conda-forge
    
  2. Install CatBoost:

    conda install r-catboost