This is an automated email from the ASF dual-hosted git repository.

weichenxu123 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 63f9d47  [SPARK-33634][SQL][TESTS] Use Analyzer in PlanResolutionSuite
     add 7e759b2  [SPARK-33520][ML][PYSPARK] make 
CrossValidator/TrainValidateSplit/OneVsRest Reader/Writer support Python 
backend estimator/evaluator

No new revisions were added by this update.

Summary of changes:
 python/pyspark/ml/classification.py         | 128 +++++++++-
 python/pyspark/ml/classification.pyi        |  31 ++-
 python/pyspark/ml/tests/test_persistence.py |  14 +-
 python/pyspark/ml/tests/test_tuning.py      |  97 +++++---
 python/pyspark/ml/tuning.py                 | 357 ++++++++++++++++++++++++++--
 python/pyspark/ml/tuning.pyi                |  40 ++++
 python/pyspark/ml/util.py                   |  42 +++-
 python/pyspark/ml/util.pyi                  |   2 +
 python/pyspark/testing/mlutils.py           |  87 +++++++
 9 files changed, 739 insertions(+), 59 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to