[GitHub] spark pull request #15831: [SPARK-18385][ML] Make the transformer's natively...

2017-06-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15831 --- 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 #15831: [SPARK-18385][ML] Make the transformer's natively...

2016-11-17 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/15831#discussion_r88530411 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/ChiSqSelector.scala --- @@ -243,6 +244,42 @@ final class ChiSqSelectorModel private[ml] (

[GitHub] spark pull request #15831: [SPARK-18385][ML] Make the transformer's natively...

2016-11-09 Thread techaddict
GitHub user techaddict opened a pull request: https://github.com/apache/spark/pull/15831 [SPARK-18385][ML] Make the transformer's natively in ml framework to avoid extra conversion ## What changes were proposed in this pull request? Transformer's added in ml framework to avoid