xgboost – dmlc
可扩展、可移植的分布式梯度提升(GBDT、GBRT或GBM)库,支持Python、R、Java、Scala、C等。可运行于单机、Hadoop、Spark、Dask、Flink和DataFlow!
关键指标一览
主题标签
README 详细介绍
eXtreme Gradient Boosting
===========
<img src="https://github.com/dmlc/xgboost/workflows/XGBoost%20CI/badge.svg?branch=master" alt="XGBoost-CI" class="ra0-md-img" loading="lazy" />
<img src="https://readthedocs.org/projects/xgboost/badge/?version=latest" alt="Documentation Status" class="ra0-md-img" loading="lazy" />
<img src="https://dmlc.github.io/img/apache2.svg" alt="GitHub license" class="ra0-md-img" loading="lazy" />
<img src="https://www.r-pkg.org/badges/version/xgboost" alt="CRAN Status Badge" class="ra0-md-img" loading="lazy" />
<img src="https://badge.fury.io/py/xgboost.svg" alt="PyPI version" class="ra0-md-img" loading="lazy" />
<img src="https://img.shields.io/conda/vn/conda-forge/py-xgboost.svg" alt="Conda version" class="ra0-md-img" loading="lazy" />
<img src="https://img.shields.io/badge/Optuna-integrated-blue" alt="Optuna" class="ra0-md-img" loading="lazy" />
<img src="https://img.shields.io/badge/@XGBoostProject--_.svg?style=social&logo=twitter" alt="Twitter" class="ra0-md-img" loading="lazy" />
<img src="https://api.securityscorecards.dev/projects/github.com/dmlc/xgboost/badge" alt="OpenSSF Scorecard" class="ra0-md-img" loading="lazy" />
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" class="ra0-md-img" loading="lazy" />
Community |
Documentation |
Resources |
Contributors |
Release Notes
XGBoost is an optimized distributed gradient boosting library designed to be highly efficient, flexible and portable.
It implements machine learning algorithms under the Gradient Boosting framework.
XGBoost provides a parallel tree boosting (also known as GBDT, GBM) that solve many data science problems in a fast and accurate way.
The same code runs on major distributed environment (Kubernetes, Hadoop, SGE, Dask, Spark, PySpark) and can solve problems beyond billions of examples.
License
© Contributors, 2021. Licensed under an Apache-2 license.
Contribute to XGBoost
XGBoost has been developed and used by a group of active community members. Your help is very valuable to make the package better for everyone.
Checkout the Community Page.
Reference
- Tianqi Chen and Carlos Guestrin. XGBoost: A Scalable Tree Boosting System. In 22nd SIGKDD Conference on Knowledge Discovery and Data Mining, 2016
- XGBoost originates from research project at University of Washington.
Sponsors
Become a sponsor and get a logo here. See details at Sponsoring the XGBoost Project. The funds are used to defray the cost of continuous integration and testing infrastructure (https://xgboost-ci.net).
Open Source Collective sponsors
<img src="https://opencollective.com/xgboost/backers/badge.svg" alt="Backers on Open Collective" class="ra0-md-img" loading="lazy" /> <img src="https://opencollective.com/xgboost/sponsors/badge.svg" alt="Sponsors on Open Collective" class="ra0-md-img" loading="lazy" />



