HyukjinKwon commented on a change in pull request #33652:
URL: https://github.com/apache/spark/pull/33652#discussion_r684073938
##########
File path: python/pyspark/ml/tuning.py
##########
@@ -880,10 +897,14 @@ class CrossValidatorModel(Model, _CrossValidatorParams,
MLReadable, MLWritable):
metric across folds and uses this model to transform input data.
CrossValidatorModel
also tracks the metrics for each param map evaluated.
Review comment:
Can you add this under:
```
Notes
-----
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]