-
- Downloads
[SPARK-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov Test
Python API for the KS-test Statistics.kolmogorovSmirnovTest(data, distName, *params) I'm not quite sure how to support the callable function since it is not serializable. Author: MechCoder <manojkumarsivaraj334@gmail.com> Closes #7430 from MechCoder/spark-8996 and squashes the following commits: 2dd009d [MechCoder] minor 021d233 [MechCoder] Remove one wrapper and other minor stuff 49d07ab [MechCoder] [SPARK-8996] [MLlib] Python API for Kolmogorov-Smirnov Test
Showing
- mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala 13 additions, 1 deletion...la/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala
- python/pyspark/mllib/stat/_statistics.py 66 additions, 1 deletionpython/pyspark/mllib/stat/_statistics.py
- python/pyspark/mllib/stat/test.py 25 additions, 12 deletionspython/pyspark/mllib/stat/test.py
- python/pyspark/mllib/tests.py 19 additions, 0 deletionspython/pyspark/mllib/tests.py
Loading
Please register or sign in to comment