AxeldeRomblay / xgboost

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XGBoost: eXtreme Gradient Boosting

An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (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

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

About

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

License:Other


Languages

Language:C++ 66.9%Language:R 14.7%Language:Python 11.1%Language:Java 3.3%Language:C 2.0%Language:Makefile 1.0%Language:Shell 0.6%Language:CSS 0.4%Language:TeX 0.1%