tqchen dffcbc838b Merge branch 'unity' of ssh://github.com/tqchen/xgboost into unity
Conflicts:
	src/tree/updater_histmaker-inl.hpp
2014-11-19 09:55:05 -08:00
..
2014-09-03 13:13:54 -07:00
2014-09-04 21:09:52 -07:00
2014-10-16 18:06:47 -07:00
2014-08-26 18:06:22 -07:00
2014-08-26 18:06:22 -07:00
2014-09-04 21:09:52 -07:00

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:)

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
  • Generalized Linear Model python
  • Cross validation python

Basic Examples by Tasks

Benchmarks