Github user feynmanliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/8304#discussion_r37439755
--- Diff: docs/ml-guide.md ---
@@ -645,6 +645,13 @@ An important task in ML is *model selection*, or using
data to find the best mod
Currently, `spark.ml` supports model selection using the
[`CrossValidator`](api/scala/index.html#org.apache.spark.ml.tuning.CrossValidator)
class, which takes an `Estimator`, a set of `ParamMap`s, and an
[`Evaluator`](api/scala/index.html#org.apache.spark.ml.Evaluator).
`CrossValidator` begins by splitting the dataset into a set of *folds*
which are used as separate training and test datasets; e.g., with `$k=3$`
folds, `CrossValidator` will generate 3 (training, test) dataset pairs, each of
which uses 2/3 of the data for training and 1/3 for testing.
--- End diff --
Not related to this PR, but the MathJax formatting will override the
\`code\` backticks; we should remove the backticks here.
---
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]