fix links to wiki

This commit is contained in:
tqchen 2015-04-19 14:23:47 -07:00
parent a68928579b
commit 5ad1555daf
2 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,8 @@
Binary Classification 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. 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``` 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 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 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.
### Tutorial ### Tutorial
#### Generate Input Data #### Generate Input Data

View File

@ -7,4 +7,4 @@ Make sure you make make xgboost python module in ../../python
./runexp.sh ./runexp.sh
``` ```
Explainations can be found in [wiki](https://github.com/tqchen/xgboost/wiki)