[GitHub] spark pull request #18902: [SPARK-21690][ML] one-pass imputer

2017-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18902 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #18902: [SPARK-21690][ML] one-pass imputer

2017-08-17 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/18902#discussion_r133649640 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala --- @@ -133,23 +133,45 @@ class Imputer @Since("2.2.0") (@Since("2.2.0") overrid

[GitHub] spark pull request #18902: [SPARK-21690][ML] one-pass imputer

2017-08-17 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/18902#discussion_r133649896 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala --- @@ -133,23 +133,45 @@ class Imputer @Since("2.2.0") (@Since("2.2.0") overrid

[GitHub] spark pull request #18902: [SPARK-21690][ML] one-pass imputer

2017-08-17 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/18902#discussion_r133647271 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala --- @@ -133,23 +133,45 @@ class Imputer @Since("2.2.0") (@Since("2.2.0") overrid

[GitHub] spark pull request #18902: [SPARK-21690][ML] one-pass imputer

2017-08-14 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/18902#discussion_r132939361 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala --- @@ -133,23 +134,29 @@ class Imputer @Since("2.2.0") (@Since("2.2.0") override va

[GitHub] spark pull request #18902: [SPARK-21690][ML] one-pass imputer

2017-08-14 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/18902#discussion_r132939323 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala --- @@ -133,23 +134,29 @@ class Imputer @Since("2.2.0") (@Since("2.2.0") override va

[GitHub] spark pull request #18902: [SPARK-21690][ML] one-pass imputer

2017-08-09 Thread zhengruifeng
GitHub user zhengruifeng opened a pull request: https://github.com/apache/spark/pull/18902 [SPARK-21690][ML] one-pass imputer ## What changes were proposed in this pull request? parallelize the computation of all columns ## How was this patch tested? existing tests