From deb4983273f944e6e4dddaa837ec46fa0a6a7ede Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 26 Jan 2015 10:40:04 -0800 Subject: [PATCH] ok --- demo/yearpredMSD/README.md | 3 +++ 1 file changed, 3 insertions(+) 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.