conda install

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 catboost
    
  3. Install visualization tools:

    1. Install the ipywidgets Python package (version 7.x or higher is required):

    pip install ipywidgets
    
    1. Turn on the widgets extension:

    jupyter nbextension enable --py widgetsnbextension
    

    Refer to the following sections for details: