xgboost/demo/README.md
2014-09-03 13:24:34 -07:00

974 B

XGBoost Examples

This folder contains the all example codes using xgboost. Contribution of exampls, benchmarks is more than welcomed! If you like to share how you use xgboost to solve your problem, send a pull request:)

Start Examples by Tasks

Features Walkthrough

This is a list of short codes introducing different functionalities of xgboost and its wrapper.

  • Basic walkthrough of wrappers. python
  • Cutomize loss function, and evaluation metric. python
  • Boosting from existing prediction. python
  • Predicting using first n trees. python
  • Cross validation(to come)

Benchmarks