Github user MLnick commented on a diff in the pull request:
https://github.com/apache/spark/pull/12967#discussion_r62685029
--- Diff: python/pyspark/ml/tuning.py ---
@@ -143,6 +145,8 @@ def getEvaluator(self):
class CrossValidator(Estimator, ValidatorParams):
"""
+ .. note:: Experimental
--- End diff --
Those are kmeans docs? This is for `CrossValidator`. There are so many doc
PRs currently it's confusing :)
I see the Scaladoc is not great:
```
/**
* :: Experimental ::
* K-fold cross validation.
*/
```
So this already matches. It would be nice to have better docs for both
Python and Scala, but let's not worry about it now.
---
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]