Skip to content
Snippets Groups Projects
  • wm624@hotmail.com's avatar
    b50e2eca
    [SPARK-14433][PYSPARK][ML] PySpark ml GaussianMixture · b50e2eca
    wm624@hotmail.com authored
    ## What changes were proposed in this pull request?
    
    Add Python API in ML for GaussianMixture
    
    ## How was this patch tested?
    
    (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
    
    Add doctest and test cases are the same as mllib Python tests
    ./dev/lint-python
    PEP8 checks passed.
    rm -rf _build/*
    pydoc checks passed.
    
    ./python/run-tests --python-executables=python2.7 --modules=pyspark-ml
    Running PySpark tests. Output is in /Users/mwang/spark_ws_0904/python/unit-tests.log
    Will test against the following Python executables: ['python2.7']
    Will test the following Python modules: ['pyspark-ml']
    Finished test(python2.7): pyspark.ml.evaluation (18s)
    Finished test(python2.7): pyspark.ml.clustering (40s)
    Finished test(python2.7): pyspark.ml.classification (49s)
    Finished test(python2.7): pyspark.ml.recommendation (44s)
    Finished test(python2.7): pyspark.ml.feature (64s)
    Finished test(python2.7): pyspark.ml.regression (45s)
    Finished test(python2.7): pyspark.ml.tuning (30s)
    Finished test(python2.7): pyspark.ml.tests (56s)
    Tests passed in 106 seconds
    
    Author: wm624@hotmail.com <wm624@hotmail.com>
    
    Closes #12402 from wangmiao1981/gmm.
    b50e2eca
    History
    [SPARK-14433][PYSPARK][ML] PySpark ml GaussianMixture
    wm624@hotmail.com authored
    ## What changes were proposed in this pull request?
    
    Add Python API in ML for GaussianMixture
    
    ## How was this patch tested?
    
    (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
    
    Add doctest and test cases are the same as mllib Python tests
    ./dev/lint-python
    PEP8 checks passed.
    rm -rf _build/*
    pydoc checks passed.
    
    ./python/run-tests --python-executables=python2.7 --modules=pyspark-ml
    Running PySpark tests. Output is in /Users/mwang/spark_ws_0904/python/unit-tests.log
    Will test against the following Python executables: ['python2.7']
    Will test the following Python modules: ['pyspark-ml']
    Finished test(python2.7): pyspark.ml.evaluation (18s)
    Finished test(python2.7): pyspark.ml.clustering (40s)
    Finished test(python2.7): pyspark.ml.classification (49s)
    Finished test(python2.7): pyspark.ml.recommendation (44s)
    Finished test(python2.7): pyspark.ml.feature (64s)
    Finished test(python2.7): pyspark.ml.regression (45s)
    Finished test(python2.7): pyspark.ml.tuning (30s)
    Finished test(python2.7): pyspark.ml.tests (56s)
    Tests passed in 106 seconds
    
    Author: wm624@hotmail.com <wm624@hotmail.com>
    
    Closes #12402 from wangmiao1981/gmm.