conda install

Note

Training or inference on CUDA-enabled GPU requires NVIDIA Driver of version 450.80.02 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