tqchen f49fd88de8 Merge branch 'unity'
Conflicts:
	.gitignore
	R-package/src/xgboost_R.cpp
	src/gbm/gblinear-inl.hpp
	tools/xgcombine_buffer.cpp
2015-01-18 20:09:21 -08:00
..
2015-01-11 13:08:52 +08:00
2014-09-03 13:13:54 -07:00
2014-11-23 14:03:59 -08:00
2014-08-26 18:06:22 -07:00
2014-08-26 18:06:22 -07:00
2015-01-18 20:09:21 -08:00

XGBoost Examples

This folder contains all the code examples using xgboost.

  • Contribution of examples, benchmarks is more than welcome!
  • 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 Examples by Tasks

Benchmarks