From de5b554c5ee2d4a2d9e0cd5ce7e0c2b52a9db19a Mon Sep 17 00:00:00 2001 From: Simon Chan Date: Mon, 3 Nov 2014 10:35:52 -0800 Subject: [PATCH] fixed CLI of classification engine template --- .project | 11 +++++++++++ templates/scala-parallel-classification/README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .project diff --git a/.project b/.project new file mode 100644 index 0000000000..fea4a24da9 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + PredictionIO + + + + + + + + diff --git a/templates/scala-parallel-classification/README.md b/templates/scala-parallel-classification/README.md index af7c6fd305..7720ae9d40 100644 --- a/templates/scala-parallel-classification/README.md +++ b/templates/scala-parallel-classification/README.md @@ -7,7 +7,7 @@ $ curl https://raw.githubusercontent.com/apache/spark/master/data/mllib/sample_n ``` ``` -$ $PIO_HOME/bin/pio register +$ $PIO_HOME/bin/pio build $ $PIO_HOME/bin/pio train $ $PIO_HOME/bin/pio deploy ```