Skip to content
  • MechCoder's avatar
    d0b4e93f
    [SPARK-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov Test · d0b4e93f
    MechCoder authored
    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
    d0b4e93f
    [SPARK-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov Test
    MechCoder authored
    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
Loading