Skip to content
forked from dmlc/xgboost

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

License

Notifications You must be signed in to change notification settings

minghongtao/xgboost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 66.7%
  • R 14.7%
  • Python 11.2%
  • Java 3.3%
  • C 2.0%
  • Makefile 1.0%
  • Other 1.1%