GitHub user viirya opened a pull request:

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

    [SPARK-26273][ML] Add OneHotEncoderEstimator as alias to OneHotEncoder

    ## What changes were proposed in this pull request?
    
    SPARK-26133 removed deprecated OneHotEncoder and renamed 
OneHotEncoderEstimator to OneHotEncoder.
    
    Based on ml migration doc, we need to keep OneHotEncoderEstimator as an 
alias to OneHotEncoder.
    
    This task is going to add it.
    
    ## How was this patch tested?
    
    Added tests.


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

    $ git pull https://github.com/viirya/spark-1 one-hot-encoder-estimator-alias

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

    https://github.com/apache/spark/pull/23231.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 #23231
    
----
commit 17160710cadc49b54f4385ae3ca9ddb0eb4034b0
Author: Liang-Chi Hsieh <viirya@...>
Date:   2018-12-05T09:27:58Z

    Add OneHotEncoderEstimator as alias to OneHotEncoder.

----


---

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

Reply via email to