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, Flink and DataFlow
Clone or download
Permalink
Failed to load latest commit information.
.github Enable auto-locking of issues closed long ago (#3821) Oct 24, 2018
R-package Update R-package/R/xgb.ggplot.R (#3820) Oct 24, 2018
amalgamation Refactor fast-hist, add tests for some updaters. (#3836) Nov 7, 2018
cmake Add travis sanitizers tests. (#3557) Aug 19, 2018
cub @ b20808b Update cub submodule again (fixes GPU build) (#2599) Aug 13, 2017
demo Fix link in binary classification demo README.md (#3918) (#3919) Nov 18, 2018
dmlc-core @ ac98309 Update dmlc-core submodule (#3907) Nov 16, 2018
doc Enable running objectives with 0 GPU. (#3878) Nov 13, 2018
include/xgboost Fix #3342 and h2oai/h2o4gpu#625: Save predictor parameters in model f… Nov 4, 2018
jvm-packages [jvm-packages][refactor] refactor XGBoost.scala (spark) (#3904) Nov 16, 2018
make Not use -msse2 on power or arm arch. close #2446 (#2475) Jul 7, 2017
plugin Replaced std::vector with HostDeviceVector in MetaInfo and SparsePage. ( Aug 30, 2018
python-package Address deprecation of Python ABC. (#3909) Nov 16, 2018
rabit @ eb2590b update rabit (#3835) Oct 30, 2018
src Use consistent type for sharding GPU data in GPU coordinate updater (#… Nov 18, 2018
tests Add back python2 tests for Travis light weight tests. (#3901) Nov 15, 2018
.clang-tidy Fix model saving for 'count:possion': max_delta_step as Booster attri… Jul 27, 2018
.editorconfig Added configuration for python into .editorconfig (#3494) Jul 23, 2018
.gitignore Improve .gitignore patterns (#3184) May 9, 2018
.gitmodules Upgrading to NCCL2 (#3404) Jul 10, 2018
.travis.yml Add travis sanitizers tests. (#3557) Aug 19, 2018
CITATION simplify software citation (#2912) Dec 1, 2017
CMakeLists.txt Produce xgboost.so for XGBoost-R on Mac OSX, so that `make install` w… Oct 7, 2018
CONTRIBUTORS.md update rabit (#3835) Oct 30, 2018
Jenkinsfile Refactor Python tests. (#3897) Nov 15, 2018
Jenkinsfile-restricted Fix Jenkins syntax (#3777) Oct 8, 2018
LICENSE Include full text of Apache 2.0 license (#3698) Sep 13, 2018
Makefile Fix #3342 and h2oai/h2o4gpu#625: Save predictor parameters in model f… Nov 4, 2018
NEWS.md Document GPU objectives in NEWS. (#3865) Nov 5, 2018
README.md Update README.md Jul 4, 2018
appveyor.yml Refactor Python tests. (#3897) Nov 15, 2018
build.sh Suggest git submodule update instead of delete + reclone (#3214) May 9, 2018

README.md

eXtreme Gradient Boosting

Build Status Build Status Documentation Status GitHub license CRAN Status Badge PyPI version

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 (Hadoop, SGE, MPI) and can solve problems beyond billions of examples.

License

© Contributors, 2016. 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.