spark git commit: [SPARK-22700][ML] Bucketizer.transform incorrectly drops row containing NaN - for branch-2.2

2018-02-21 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.2 a95c3e29d -> 1cc34f3e5 [SPARK-22700][ML] Bucketizer.transform incorrectly drops row containing NaN - for branch-2.2 ## What changes were proposed in this pull request? for branch-2.2 only drops the rows containing NaN in the input colu

spark git commit: [SPARK-22700][ML] Bucketizer.transform incorrectly drops row containing NaN

2017-12-12 Thread mlnick
Repository: spark Updated Branches: refs/heads/master bdb5e55c2 -> 874350905 [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? ex