Skip to content

Commit 38a4de9

Browse files
committed
fix long line
1 parent 045bf22 commit 38a4de9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/param/shared/SharedParamsCodeGen.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ private[shared] object SharedParamsCodeGen {
5454
isValid = "ParamValidators.gtEq(1)"),
5555
ParamDesc[Boolean]("fitIntercept", "whether to fit an intercept term", Some("true")),
5656
ParamDesc[String]("handleInvalid", "how to handle invalid entries. Options are skip (which " +
57-
"will filter out rows with bad values), or error (which will throw an errror). More options may be added later.",
57+
"will filter out rows with bad values), or error (which will throw an errror). More " +
58+
"options may be added later.",
5859
isValid = "ParamValidators.inArray(Array(\"skip\", \"error\"))"),
5960
ParamDesc[Boolean]("standardization", "whether to standardize the training features" +
6061
" before fitting the model.", Some("true")),

0 commit comments

Comments
 (0)