CatBoost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 59
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 46.0
- age_days: 3333
- days_rel: 193
- days_push: 7
- n_releases_24m: 7
Adoption not part of the score
9078 stars · 1324 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CatBoost is an open-source gradient boosting on decision trees library developed by Yandex, offering high-quality classification, regression, and ranking models with native categorical feature support. It provides fast CPU and multi-GPU training with bindings for Python, R, Java, C++, Rust, Node.js, and Spark.
Use cases
- train a gradient boosting model for tabular data classification
- handle categorical features without manual preprocessing
- train gradient boosted trees on GPU
- build a ranking model for search or recommendations
- export a trained model to ONNX or CoreML for fast inference
- run distributed gradient boosting training with Spark
- compete in Kaggle tabular machine learning competitions
When to choose
- your dataset has many categorical features and you want strong default accuracy
- you need fast GPU or multi-GPU training for gradient boosting
- you need low-latency model inference in C++ or other languages
- you want distributed training via Spark or CLI
When to avoid
- you need deep learning on unstructured data like images or text
- you want a lightweight pure-Python scikit-learn-style tool
- your team is already standardized on XGBoost or LightGBM with no need for categorical handling
Facets
library · maturity stable
machine-learning gpu-computing data-science machine-learning data-science artificial-intelligence python cpp cross-platform cli jvm gradient-boosting decision-trees gbdt categorical-features cuda ranking classification regression spark model-export gpu
5 sources
- readme: https://github.com/catboost/catboost · fetched 2026-08-28 · b66faa37eb51
- homepage: https://catboost.ai · fetched 2026-08-29 · 3bf5e6d722ca
- site_page: https://catboost.ai/docs · fetched 2026-08-29 · 8b98019287e3
- site_page: https://catboost.ai/docs/concepts/python-installation.html · fetched 2026-08-29 · 73691615613d
- site_page: https://catboost.ai/docs/concepts/tutorials.html · fetched 2026-08-29 · d428cb3d8989
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| catboost/catboost | main | 85 |
| catboost/tutorials | docs | 64 |
For agents
markdown · JSON · MCP: product_card(name="catboost/catboost")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem