[GitHub] spark pull request #20321: [SPARK-23152][ML] - Correctly guard against empty...

2018-01-18 Thread tovbinm
GitHub user tovbinm opened a pull request: https://github.com/apache/spark/pull/20321 [SPARK-23152][ML] - Correctly guard against empty datasets ## What changes were proposed in this pull request? Correctly guard against empty datasets in `org.apache.spark.ml.classification

[GitHub] spark pull request #20321: [SPARK-23152][ML] - Correctly guard against empty...

2018-01-18 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/20321#discussion_r162489182 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/Classifier.scala --- @@ -109,7 +109,7 @@ abstract class Classifier[ case

[GitHub] spark pull request #20321: [SPARK-23152][ML] - Correctly guard against empty...

2018-01-19 Thread tovbinm
Github user tovbinm commented on a diff in the pull request: https://github.com/apache/spark/pull/20321#discussion_r162678515 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/Classifier.scala --- @@ -109,7 +109,7 @@ abstract class Classifier[ case None =

[GitHub] spark pull request #20321: [SPARK-23152][ML] - Correctly guard against empty...

2018-01-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20321 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org