conda install
Note
This version has CUDA-enabled GPU support out-of-the-box on Linux and Windows.
As of CatBoost 1.2.8, devices with CUDA compute capability >= 3.5 are supported in released packages.
All necessary CUDA libraries are statically linked in the released Linux and Windows binaries, the only installation necessary is the appropriate version of the CUDA driver.
Training or inference on CUDA-enabled GPUs requires NVIDIA Driver of version 450.80.02 or higher.
To install CatBoost from the conda-forge channel:
-
Add conda-forge to your channels:
conda config --add channels conda-forge
-
Install CatBoost:
conda install r-catboost