This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git.
from 83a8079 [SPARK-32691][BUILD] Update commons-crypto to v1.1.0 add 090962c [SPARK-33251][PYTHON][DOCS] Migration to NumPy documentation style in ML (pyspark.ml.*) No new revisions were added by this update. Summary of changes: python/pyspark/ml/base.py | 94 ++++++--- python/pyspark/ml/base.pyi | 8 +- python/pyspark/ml/classification.py | 227 ++++++++++++++------- python/pyspark/ml/clustering.py | 133 +++++++----- python/pyspark/ml/evaluation.py | 91 ++++++--- python/pyspark/ml/feature.py | 379 +++++++++++++++++++++++------------ python/pyspark/ml/fpm.py | 72 +++++-- python/pyspark/ml/functions.py | 21 +- python/pyspark/ml/image.py | 47 ++++- python/pyspark/ml/linalg/__init__.py | 72 +++++-- python/pyspark/ml/param/__init__.py | 63 ++++-- python/pyspark/ml/pipeline.py | 42 +++- python/pyspark/ml/recommendation.py | 92 ++++++--- python/pyspark/ml/regression.py | 219 +++++++++++++------- python/pyspark/ml/stat.py | 312 +++++++++++++++++----------- python/pyspark/ml/tuning.py | 124 +++++++++--- python/pyspark/ml/util.py | 27 ++- python/pyspark/ml/wrapper.py | 59 ++++-- 18 files changed, 1427 insertions(+), 655 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org