/xgboost

Large-scale and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, on single node, hadoop yarn and more.

Primary LanguageC++OtherNOASSERTION

XGBoost: eXtreme Gradient Boosting

Build Status

An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. It implements machine learning algorithms under the Gradient Boosting framework, including Generalized Linear Model (GLM) and Gradient Boosted Decision Trees (GBDT). XGBoost can also be distributed and scale to Terascale data

Contributors: https://github.com/dmlc/xgboost/graphs/contributors

Documentations: Documentation of xgboost

Issues Tracker: https://github.com/dmlc/xgboost/issues

Please join XGBoost User Group to ask questions and share your experience on xgboost.

  • Use issue tracker for bug reports, feature requests etc.
  • Use the user group to post your experience, ask questions about general usages.

Gitter for developers Gitter chat for developers at https://gitter.im/dmlc/xgboost

Distributed Version: Distributed XGBoost

Highlights of Usecases: Highlight Links

XGBoost is part of Distributed Machine Learning Common projects

What's New

Contributing to XGBoost

XGBoost has been developed and used by a group of active community. Everyone is more than welcomed to is a great way to make the project better and more accessible to more users.

Features

  • Easily accessible in python, R, Julia, CLI
  • Fast speed and memory efficient
    • Can be more than 10 times faster than GBM in sklearn and R
    • Handles sparse matrices, support external memory
  • Accurate prediction, and used extensively by data scientists and kagglers
  • Distributed and Portable
    • The distributed version runs on Hadoop (YARN), MPI, SGE etc.
    • Scales to billions of examples and beyond

Build

  • Run bash build.sh (you can also type make)

Version

  • Current version xgboost-0.4, a lot improvment has been made since 0.3
    • Change log in CHANGES.md
    • This version is compatible with 0.3x versions

XGBoost in Graphlab Create