From 8952d9c3576307580a79d0017e53c5cefb57f267 Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 3 Sep 2014 13:28:03 -0700 Subject: [PATCH] fix --- demo/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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)