-
- Description:
xgboost: eXtreme Gradient Boosting
It is an efficient and scalable implementation of gradient boosting framework. including Gradient Boosted Tree (known as GBDT or GBRT). The package includes efficient linear model solver and tree learning algorithm. The package can automatically do parallel computation with OpenMP, and it can be more than 10 times faster than existing gradient boosting packages such as gbm or sklearn.GBM . It supports various objective functions, including regression, classification and ranking. The package is made to be extensible, so that user are also allowed to define there own objectives easily.
- Changes to previous version:
New features in the lastest changes
- Distributed version now runs on Hadoop YARN
- BibTeX Entry: Download
- Supported Operating Systems: Linux, Windows, Mac Os X
- Data Formats: R, Numpy, Libsvm
- Tags: Parallel, Gradient Boosting, Tree, Ensemble Learning
- Archive: download here
Comments
No one has posted any comments yet. Perhaps you'd like to be the first?
Leave a comment
You must be logged in to post comments.