pip install
This version of CatBoost has GPU support out-of-the-box.
To install CatBoost from pip:
-
Run the following command:
pip 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:
-