diff --git a/demo/README.md b/demo/README.md index f5606aff1..c9145d29c 100644 --- a/demo/README.md +++ b/demo/README.md @@ -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)