Github user MLnick commented on a diff in the pull request:
https://github.com/apache/spark/pull/16774#discussion_r110605597
--- Diff: docs/ml-tuning.md ---
@@ -55,6 +55,9 @@ for multiclass problems. The default metric used to
choose the best `ParamMap` c
method in each of these evaluators.
To help construct the parameter grid, users can use the
[`ParamGridBuilder`](api/scala/index.html#org.apache.spark.ml.tuning.ParamGridBuilder)
utility.
+Sets of parameters from the parameter grid can be evaluated in parallel by
setting `numParallelEval` with a value of 2 or more (a value of 1 will evaluate
in serial) before running model selection with `CrossValidator` or
`TrainValidationSplit`.
--- End diff --
We should add a note that this only works in Scala/Java, not Python (or R)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]