This commit is contained in:
tqchen 2014-09-03 13:28:03 -07:00
parent b2586b6130
commit 8952d9c357

View File

@ -4,13 +4,6 @@ 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
====
* [Binary classification](binary_classification)
* [Multiclass classification](multiclass_classification)
* [Regression](regression)
* [Learning to Rank](rank)
Features Walkthrough
====
This is a list of short codes introducing different functionalities of xgboost and its wrapper.
@ -20,6 +13,13 @@ This is a list of short codes introducing different functionalities of xgboost a
* Predicting using first n trees. [python](guide-python/predict_first_ntree.py)
* Cross validation(to come)
Basic Examples by Tasks
====
* [Binary classification](binary_classification)
* [Multiclass classification](multiclass_classification)
* [Regression](regression)
* [Learning to Rank](rank)
Benchmarks
====
* [Starter script for Kaggle Higgs Boson](kaggle-higgs)