conda install
This version of CatBoost has CUDA-enabled GPU support out-of-the-box on Linux and Windows.
To install CatBoost from the conda-forge channel:
-
Add conda-forge to your channels:
conda config --add channels conda-forge
-
Install CatBoost:
conda install catboost
-
Install visualization tools:
-
Install the
ipywidgets
Python package (version 7.x or higher is required):
pip install ipywidgets
-
Turn on the widgets extension:
jupyter nbextension enable --py widgetsnbextension
Refer to the following sections for details:
-