Skip to content

Commit be31655

Browse files
ooooobaEmily Curtin
authored and
Emily Curtin
committed
modify tutorial page
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
1 parent ca433de commit be31655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ spark-bench = {
166166
cols = 14
167167
},
168168
{
169-
name = "data-generation-logistic-regression"
169+
name = "data-generation-lr"
170170
output = "/tmp/spark-bench-test/logistic-regression.parquet"
171171
rows = 1000000
172172
cols = 14
@@ -185,7 +185,7 @@ spark-bench = {
185185
// not specifying any kmeans arguments as we want the defaults for benchmarking
186186
},
187187
{
188-
name = "logisticregression"
188+
name = "lr-bml"
189189
input = "/tmp/spark-bench-test/logistic-regression.parquet"
190190
// again, not specifying arguments
191191
},

0 commit comments

Comments
 (0)