This commit is contained in:
tqchen 2015-01-26 10:40:04 -08:00
parent a264bc3969
commit deb4983273

View File

@ -4,3 +4,6 @@ Demonstrating how to use XGBoost on [Year Prediction task of Million Song Datase
```bash ```bash
./runexp.sh ./runexp.sh
``` ```
You can also use the script to prepare LIBSVM format, and run the [Distributed Version](../../multi-node).
Note that though that normally you only need to use single machine for dataset at this scale, and use distributed version for larger scale dataset.