diff --git a/demo/yearpredMSD/README.md b/demo/yearpredMSD/README.md index 989a1062c..3fe35056a 100644 --- a/demo/yearpredMSD/README.md +++ b/demo/yearpredMSD/README.md @@ -4,3 +4,6 @@ Demonstrating how to use XGBoost on [Year Prediction task of Million Song Datase ```bash ./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.