Skip to content

Commit

Permalink
update example script
Browse files Browse the repository at this point in the history
  • Loading branch information
JianfengQian committed Jan 18, 2016
1 parent 6cd601c commit 25ccb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/GettingStarted.md
Expand Up @@ -42,7 +42,7 @@ The example can be run by executing in commend line:

{% highlight bash %}
cd scripts
./spark.sh "EvaluatePrequential -l (SGDLearner -l 0.01 -o LogisticLoss -r ZeroRegularizer)"
./spark.sh "EvaluatePrequential -l (SGDLearner -l 0.01 -o LogisticLoss -r ZeroRegularizer) –s (FileReader –k 100 –d 60 –f ../data/mydata)"
{% endhighlight %}

* [Optional] It is advisable to separate the standard and the error output, for
Expand Down

0 comments on commit 25ccb6b

Please sign in to comment.