CatBoost is a gradient boosting library developed by Yandex. It currently uses Python package version 0.26.1 corresponding to native library version 1.2.10. Release cadence is irregular, with multiple minor versions per year.
pip install catboostVerified import paths — ran on the pinned version, not inferred.
Basic example: train a CatBoostRegressor and predict on sample data.
Upgrade to catboost >=0.26.1
Upgrade to catboost >=0.26.1 or use CPU with SSE4 support
Upgrade to catboost >=0.26.1
Use Python 3.8+
pip install polars
Use predictTransposed for better performance
Run: pip install catboost
Install OpenMP: brew install libomp
To use GPU, install from source with GPU flags or use a pre-built GPU package (e.g., 'pip install catboost' on systems with CUDA does not automatically enable GPU; use 'pip install catboost' and ensure CUDA toolkit is installed. Alternatively, build from source with -DUSE_GPU=ON). Note: The pip package includes GPU but may fail on some configurations.
No dependency data recorded yet.