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 665817b  [SPARK-33457][PYTHON] Adjust mypy configuration
     add 01321bc  [SPARK-33252][PYTHON][DOCS] Migration to NumPy documentation 
style in MLlib (pyspark.mllib.*)

No new revisions were added by this update.

Summary of changes:
 python/docs/source/reference/pyspark.mllib.rst |   3 +-
 python/pyspark/mllib/classification.py         | 353 ++++++++-------
 python/pyspark/mllib/clustering.py             | 576 +++++++++++++++----------
 python/pyspark/mllib/evaluation.py             |  60 ++-
 python/pyspark/mllib/feature.py                | 288 +++++++++----
 python/pyspark/mllib/feature.pyi               |   4 +-
 python/pyspark/mllib/fpm.py                    |  86 ++--
 python/pyspark/mllib/fpm.pyi                   |   4 +-
 python/pyspark/mllib/linalg/__init__.py        | 132 ++++--
 python/pyspark/mllib/linalg/distributed.py     | 495 ++++++++++++++-------
 python/pyspark/mllib/linalg/distributed.pyi    |   6 +-
 python/pyspark/mllib/random.py                 | 378 +++++++++++-----
 python/pyspark/mllib/recommendation.py         | 116 ++---
 python/pyspark/mllib/regression.py             | 392 +++++++++--------
 python/pyspark/mllib/stat/KernelDensity.py     |   2 +
 python/pyspark/mllib/stat/__init__.py          |   5 +-
 python/pyspark/mllib/stat/_statistics.py       | 115 +++--
 python/pyspark/mllib/stat/distribution.py      |   2 +
 python/pyspark/mllib/tree.py                   | 469 +++++++++++---------
 python/pyspark/mllib/util.py                   | 256 +++++++----
 20 files changed, 2375 insertions(+), 1367 deletions(-)


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

Reply via email to