From 5ad1555dafa53d07a1b007888aa8ade96d8c0cf7 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 19 Apr 2015 14:23:47 -0700 Subject: [PATCH] fix links to wiki --- demo/binary_classification/README.md | 4 +--- demo/multiclass_classification/README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/demo/binary_classification/README.md b/demo/binary_classification/README.md index d51276cf4..02c06e550 100644 --- a/demo/binary_classification/README.md +++ b/demo/binary_classification/README.md @@ -1,10 +1,8 @@ Binary Classification ==== This is the quick start tutorial for xgboost CLI version. You can also checkout [../../doc/README.md](../../doc/README.md) for links to tutorial in python or R. - Here we demonstrate how to use XGBoost for a binary classification task. Before getting started, make sure you compile xgboost in the root directory of the project by typing ```make``` - -The path of the binary classification demo is at [demo/binary_classification](../blob/master/demo/binary_classification), and the script runexp.sh can be used to run the demo. Here we use [mushroom dataset](https://archive.ics.uci.edu/ml/datasets/Mushroom) from UCI machine learning repository. +The script runexp.sh can be used to run the demo. Here we use [mushroom dataset](https://archive.ics.uci.edu/ml/datasets/Mushroom) from UCI machine learning repository. ### Tutorial #### Generate Input Data diff --git a/demo/multiclass_classification/README.md b/demo/multiclass_classification/README.md index 72607de09..1ba4e58ee 100644 --- a/demo/multiclass_classification/README.md +++ b/demo/multiclass_classification/README.md @@ -7,4 +7,4 @@ Make sure you make make xgboost python module in ../../python ./runexp.sh ``` -Explainations can be found in [wiki](https://github.com/tqchen/xgboost/wiki) +