[GitHub] spark pull request #16059: [SPARK-18625][ML] OneVsRestModel should support s...

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16059 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #16059: [SPARK-18625][ML] OneVsRestModel should support s...

2016-12-04 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16059#discussion_r90776114 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala --- @@ -175,6 +183,8 @@ final class OneVsRestModel private[ml] (

[GitHub] spark pull request #16059: [SPARK-18625][ML] OneVsRestModel should support s...

2016-12-04 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/16059#discussion_r90776155 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/OneVsRestSuite.scala --- @@ -136,6 +137,19 @@ class OneVsRestSuite extends

[GitHub] spark pull request #16059: [SPARK-18625][ML] OneVsRestModel should support s...

2016-11-29 Thread zhengruifeng
GitHub user zhengruifeng opened a pull request: https://github.com/apache/spark/pull/16059 [SPARK-18625][ML] OneVsRestModel should support setFeaturesCol and setPredictionCol ## What changes were proposed in this pull request? add `setFeaturesCol` and `setPredictionCol` for