You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by zhengruifeng <gi...@git.apache.org> on 2017/12/05 11:50:15 UTC

[GitHub] spark pull request #19894: [SPARK-22700][ML] Bucketizer.transform incorrectl...

GitHub user zhengruifeng opened a pull request:

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

    [SPARK-22700][ML] Bucketizer.transform incorrectly drops row containing NaN

    ## What changes were proposed in this pull request?
    only drops the rows containing NaN in the input columns
    
    ## How was this patch tested?
    existing tests and added tests


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

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

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

    https://github.com/apache/spark/pull/19894.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 #19894
    
----
commit 01604c7e0ed4dc5c87ae980cc0720cf4858aa154
Author: Zheng RuiFeng <ru...@foxmail.com>
Date:   2017-12-05T11:49:50Z

    create pr

----


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/84481/
    Test FAILed.


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    **[Test build #84485 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84485/testReport)** for PR 19894 at commit [`eaebedb`](https://github.com/apache/spark/commit/eaebedbaba514e90f1c463f1fdbc37e0b39b51da).


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/84485/
    Test PASSed.


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by jkbradley <gi...@git.apache.org>.
Github user jkbradley commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    I'm going to backport this to 2.2 since it's a correctness bug.


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    **[Test build #84481 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84481/testReport)** for PR 19894 at commit [`01604c7`](https://github.com/apache/spark/commit/01604c7e0ed4dc5c87ae980cc0720cf4858aa154).


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by zhengruifeng <gi...@git.apache.org>.
Github user zhengruifeng commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    ping @MLnick ?


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    Merged build finished. Test FAILed.


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    **[Test build #84485 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84485/testReport)** for PR 19894 at commit [`eaebedb`](https://github.com/apache/spark/commit/eaebedbaba514e90f1c463f1fdbc37e0b39b51da).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark pull request #19894: [SPARK-22700][ML] Bucketizer.transform incorrectl...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    **[Test build #84481 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84481/testReport)** for PR 19894 at commit [`01604c7`](https://github.com/apache/spark/commit/01604c7e0ed4dc5c87ae980cc0720cf4858aa154).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by hhbyyh <gi...@git.apache.org>.
Github user hhbyyh commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    LGTM. Good fix.


---

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


[GitHub] spark issue #19894: [SPARK-22700][ML] Bucketizer.transform incorrectly drops...

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/19894
  
    LGTM thanks! Merged to master


---

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