Update broken links (#3565)

Fix #3559
Fix #3562
This commit is contained in:
Philip Hyunsu Cho
2018-08-07 05:27:39 -07:00
committed by GitHub
parent 55caad6e49
commit 246ec92163
3 changed files with 13 additions and 6 deletions

View File

@@ -14,8 +14,15 @@ For more usage details please refer to the [binary classification demo](../binar
Instructions
====
The dataset for ranking demo is from LETOR04 MQ2008 fold1,
You can use the following command to run the example
The dataset for ranking demo is from LETOR04 MQ2008 fold1.
You can use the following command to run the example:
Get the data: ./wgetdata.sh
Run the example: ./runexp.sh
Get the data:
```
./wgetdata.sh
```
Run the example:
```
./runexp.sh
```

View File

@@ -1,4 +1,4 @@
#!/bin/bash
wget http://research.microsoft.com/en-us/um/beijing/projects/letor/LETOR4.0/Data/MQ2008.rar
wget https://s3-us-west-2.amazonaws.com/xgboost-examples/MQ2008.rar
unrar x MQ2008.rar
mv -f MQ2008/Fold1/*.txt .