GitHub user wangmiao1981 opened a pull request:

    https://github.com/apache/spark/pull/12402

    [SPARK-14433][PySpark][ML]:PySpark ml GaussianMixture

    ## 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
    
    
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wangmiao1981/spark gmm

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/12402.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #12402
    
----
commit 7559456d67dab482ee7a12eccb145f0f4fadcc29
Author: [email protected] <[email protected]>
Date:   2016-04-13T07:21:12Z

    add GMM without test

commit ca47af6ff911da56081802d14eb153795411c5e3
Author: [email protected] <[email protected]>
Date:   2016-04-14T18:27:17Z

    add gmm doctest, part 1

commit 9bca6e434a27ffd5ae9bc91e2d16d05e60c07cbe
Author: [email protected] <[email protected]>
Date:   2016-04-14T21:46:36Z

    add doctest part 2, remove unused import

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to