xgboost and catboost

These are competitors offering alternative implementations of gradient boosting algorithms with overlapping use cases (classification, regression, ranking), though XGBoost has broader distributed computing support while CatBoost specializes in categorical feature handling.

xgboost
98
Verified
catboost
97
Verified
Maintenance 23/25
Adoption 25/25
Maturity 25/25
Community 25/25
Maintenance 25/25
Adoption 25/25
Maturity 25/25
Community 22/25
Stars: 28,121
Forks: 8,847
Downloads: 41,912,233
Commits (30d): 45
Language: C++
License: Apache-2.0
Stars: 8,841
Forks: 1,271
Downloads: 6,484,431
Commits (30d): 95
Language: C++
License: Apache-2.0
No risk flags
No risk flags

About xgboost

dmlc/xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow

Implements parallel tree boosting with built-in support for categorical features, missing value handling, and monotonic constraints without preprocessing. Uses a novel column-block structure for cache-aware tree construction and supports GPU acceleration via CUDA for faster training on large datasets. Integrates with ML platforms including scikit-learn, MLflow, and Optuna for hyperparameter optimization, with native support for feature importance analysis and SHAP explainability.

About catboost

catboost/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.

Handles categorical features natively without preprocessing, eliminating common encoding pitfalls. Implements ordered boosting with dynamic tree construction to reduce prediction shift and overfitting. Integrates with Apache Spark for distributed training and provides C++ inference API for production deployment with minimal latency.

Scores updated daily from GitHub, PyPI, and npm data. How scores work