GitHub user jkbradley opened a pull request:

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

    [SPARK-22883] ML test for StructuredStreaming: spark.ml.feature, I-M

    This backports https://github.com/apache/spark/pull/20964 to branch-2.3.
    
    ## What changes were proposed in this pull request?
    
    Adds structured streaming tests using testTransformer for these suites:
    * IDF
    * Imputer
    * Interaction
    * MaxAbsScaler
    * MinHashLSH
    * MinMaxScaler
    * NGram
    
    ## How was this patch tested?
    
    It is a bunch of tests!
    
    Author: Joseph K. Bradley <jos...@databricks.com>


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

    $ git pull https://github.com/jkbradley/spark SPARK-22883-part2-2.3backport

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

    https://github.com/apache/spark/pull/21042.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 #21042
    
----
commit a4209436f177ee59ee39e1c715694f533ecc3d36
Author: Joseph K. Bradley <joseph@...>
Date:   2018-04-11T16:59:38Z

    [SPARK-22883] ML test for StructuredStreaming: spark.ml.feature, I-M
    
    ## What changes were proposed in this pull request?
    
    Adds structured streaming tests using testTransformer for these suites:
    * IDF
    * Imputer
    * Interaction
    * MaxAbsScaler
    * MinHashLSH
    * MinMaxScaler
    * NGram
    
    ## How was this patch tested?
    
    It is a bunch of tests!
    
    Author: Joseph K. Bradley <jos...@databricks.com>
    
    Closes #20964 from jkbradley/SPARK-22883-part2.

----


---

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

Reply via email to