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

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


    from aeb3649  [SPARK-33613][PYTHON][TESTS] Replace deprecated APIs in 
pyspark tests
     add 8016123  [SPARK-33592] Fix: Pyspark ML Validator params in 
estimatorParamMaps may be lost after saving and reloading

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py        |  1 +
 python/pyspark/ml/classification.py    | 46 +----------------
 python/pyspark/ml/param/__init__.py    |  6 +++
 python/pyspark/ml/pipeline.py          | 53 +------------------
 python/pyspark/ml/tests/test_tuning.py | 47 +++++++++++++++--
 python/pyspark/ml/tests/test_util.py   | 84 ++++++++++++++++++++++++++++++
 python/pyspark/ml/tuning.py            | 94 +++++++++++++++++++++++++++++++---
 python/pyspark/ml/util.py              | 38 ++++++++++++++
 python/pyspark/ml/util.pyi             |  6 +++
 9 files changed, 268 insertions(+), 107 deletions(-)
 create mode 100644 python/pyspark/ml/tests/test_util.py


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

Reply via email to