Skip to content
/ xgboost Public
forked from 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

License

Notifications You must be signed in to change notification settings

adRise/xgboost

This branch is 550 commits behind dmlc/xgboost:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee2afb3 · May 14, 2024
May 13, 2024
Apr 18, 2024
Oct 19, 2022
Apr 28, 2024
May 6, 2024
Jan 18, 2024
Mar 10, 2023
May 14, 2024
Nov 10, 2022
Apr 19, 2024
May 8, 2024
May 10, 2024
May 14, 2024
Apr 19, 2024
May 11, 2024
May 14, 2024
Feb 27, 2024
Mar 3, 2023
Jul 23, 2018
Mar 15, 2023
Sep 4, 2023
Mar 10, 2023
Aug 30, 2023
Jul 13, 2023
Jan 31, 2024
Nov 29, 2023
Jul 15, 2019
Apr 12, 2024
May 14, 2024
Oct 19, 2022

Repository files navigation

eXtreme Gradient Boosting

Build Status XGBoost-CI Documentation Status GitHub license CRAN Status Badge PyPI version Conda version Optuna Twitter OpenSSF Scorecard

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

Backers on Open Collective Sponsors on Open Collective

Sponsors

[Become a sponsor]

NVIDIA

Backers

[Become a backer]

About

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

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 45.4%
  • Python 20.5%
  • Cuda 15.1%
  • R 6.8%
  • Scala 6.4%
  • Java 3.6%
  • Other 2.2%