GitHub user zoltanctoth opened a pull request:

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

    Doc fix: The Imputer is an Estimator

    Fixing the doc as the imputer is not a `Transformer` but an `Estimator`.
    
    
https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala#L96-L97
    
    ## What changes were proposed in this pull request?
    
    Simple documentation fix
    
    ## How was this patch tested?
    
    manual testing
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/datapao/spark doc-imputer-is-estimator

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

    https://github.com/apache/spark/pull/21755.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 #21755
    
----
commit 19cd33bccc86e4ec8c33a29fda04c5e9eb84925e
Author: Zoltan C. Toth <zoltanctoth@...>
Date:   2018-07-12T16:37:44Z

    Doc fix: The Imputer is an Estimator
    
    The imputer is not a `Transformer` but an `Estimator`.
    
    
https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala#L96-L97

----


---

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

Reply via email to