Skip to content
Walter Reade edited this page Mar 22, 2015 · 80 revisions

Introduction

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.

Examples

Information

Questions

If you have questions, suggestions, check out existing questions and fire an issue:)

Boosters

Parameter Setting

  • Detailed parameter settings are provided in Parameters
Clone this wiki locally