forked from dmlc/xgboost
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tianqi Chen edited this page Aug 23, 2014
·
80 revisions
XGBoost (short for eXtreme Gradient Boosting) is an efficient general purpose gradient boosting library. Via easy configuration, we can use different boosting models and objective functions to fit the real world data. To get started, read Binary Classification example.
- Binary Classification (read this for quick start)
- Regression
- Ranking
- See more examples in the demo folder
If you have questions, suggestions, check out existing questions and fire an issue:)
- Detailed parameter settings are provided in Parameters