Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
/ xgboost Public archive
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

NICK-FN-BLUM/xgboost

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

Folders and files

NameName
Last commit message
Last commit date
Mar 21, 2023
Mar 30, 2023
Oct 19, 2022
Mar 10, 2023
Mar 27, 2023
Mar 31, 2023
Mar 10, 2023
Mar 31, 2023
Nov 10, 2022
Mar 31, 2023
Mar 27, 2023
Mar 15, 2023
Mar 31, 2023
Mar 1, 2023
Mar 30, 2023
Mar 31, 2023
Nov 2, 2021
Mar 3, 2023
Jul 23, 2018
Mar 15, 2023
Jan 15, 2023
Mar 10, 2023
Oct 5, 2022
Dec 1, 2017
Mar 10, 2023
Oct 7, 2021
Jul 15, 2019
Mar 30, 2023
Mar 15, 2023
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

Security policy

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 42.3%
  • Python 21.7%
  • Cuda 15.9%
  • Scala 8.1%
  • R 6.0%
  • Java 3.6%
  • Other 2.4%