xgboost/demo/README.md
Diego Marinho de Oliveira 2557d81b3b Update README.md
Link for line 26 was wrong, it pointed out again for the last demo. I was reading the readme and found the subtle inconsistence. Please, accept this minor change. It works correctly now.
2015-12-04 00:50:51 -02:00

2.3 KiB

XGBoost Code 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 packages.

Basic Examples by Tasks

Most of examples in this section are based on CLI or python version. However, the parameter settings can be applied to all versions

Benchmarks