Skip to content

Commit

Permalink
modify tutorial page
Browse files Browse the repository at this point in the history
In an example of a config for classic benchmarking,
the values of name field regarding to Logistic Regression were wrong.
Changed like this.
* data-generation-logistic-regression -> data-generation-lr
* logisticregression -> lr-bml
  • Loading branch information
oooooba authored and Emily Curtin committed Mar 22, 2018
1 parent ca433de commit be31655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -166,7 +166,7 @@ spark-bench = {
cols = 14
},
{
name = "data-generation-logistic-regression"
name = "data-generation-lr"
output = "/tmp/spark-bench-test/logistic-regression.parquet"
rows = 1000000
cols = 14
Expand All @@ -185,7 +185,7 @@ spark-bench = {
// not specifying any kmeans arguments as we want the defaults for benchmarking
},
{
name = "logisticregression"
name = "lr-bml"
input = "/tmp/spark-bench-test/logistic-regression.parquet"
// again, not specifying arguments
},
Expand Down

0 comments on commit be31655

Please sign in to comment.