-
- Description:
xgboost: eXtreme Gradient Boosting
This is yet another gradient boosting (tree) (GBRT) library.
The implementation is based on C++, optimized for memory and efficiency, to try target large data with a single machine.
Palatalization is done with OpenMP. The algorithm relies on sparse feature format, which means it naturally handles missing values.
Supported key components so far:
Gradient boosting models:
regression tree (GBRT)
linear model/lasso
Objectives to support tasks:
regression
classification
OpenMP implementation
- Changes to previous version:
Initial Announcement on mloss.org.
- BibTeX Entry: Download
- Supported Operating Systems: Linux, Mac Os X
- Data Formats: 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.