GitHub user zhengruifeng opened a pull request:

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

    [SPARK-18240][ML][PySpark] Add Summary of BiKMeans and GMM in pyspark

    ## What changes were proposed in this pull request?
    1, create class `ClusteringSummary`
    2, add summary of BiKMeans and GMM by extends `ClusteringSummary`
    3, remove two unused imports
    
    ## How was this patch tested?
    added tests in clustering.py and local tests in pyspark
    


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

    $ git pull https://github.com/zhengruifeng/spark py_clu_summary

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

    https://github.com/apache/spark/pull/15748.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 #15748
    
----
commit 84687d167344f16cc3a174cc67ccd7c8bd4482fb
Author: Zheng RuiFeng <[email protected]>
Date:   2016-11-03T05:46:22Z

    create pr

commit 5395e2ae2525f33edeb4d28bddd1450c0418d6ae
Author: Zheng RuiFeng <[email protected]>
Date:   2016-11-03T06:33:02Z

    del kmeanssummary; add test

----


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