GitHub user keypointt opened a pull request:

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

    [SPARK-14569][ML] Log instrumentation in KMeans

    ## What changes were proposed in this pull request?
    
    https://issues.apache.org/jira/browse/SPARK-14569
    
    Log instrumentation in KMeans:
    
    - featuresCol
    - predictionCol
    - k
    - initMode
    - initSteps
    - maxIter
    - seed
    - tol
    - summary
    
    ## How was this patch tested?
    
    Manually test on local machine, by running and checking output of 
org.apache.spark.examples.ml.KMeansExample
    


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

    $ git pull https://github.com/keypointt/spark SPARK-14569

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

    https://github.com/apache/spark/pull/12432.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 #12432
    
----
commit f9592e2588f0a5b987f6b822a06bbe2c94a3b4e6
Author: Xin Ren <iamsh...@126.com>
Date:   2016-04-15T21:48:13Z

    [SPARK-14569] Log instrumentation in KMeans

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to