[GitHub] spark pull request #20313: [SPARK-22974][ML] Attach attributes to output col...

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

[GitHub] spark pull request #20313: [SPARK-22974][ML] Attach attributes to output col...

2018-08-09 Thread PowerToThePeople111
Github user PowerToThePeople111 commented on a diff in the pull request: https://github.com/apache/spark/pull/20313#discussion_r208977114 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/CountVectorizer.scala --- @@ -264,7 +265,9 @@ class CountVectorizerModel(

[GitHub] spark pull request #20313: [SPARK-22974][ML] Attach attributes to output col...

2018-06-12 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/20313#discussion_r194636521 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/CountVectorizer.scala --- @@ -264,7 +265,9 @@ class CountVectorizerModel(

[GitHub] spark pull request #20313: [SPARK-22974][ML] Attach attributes to output col...

2018-04-02 Thread WeichenXu123
Github user WeichenXu123 commented on a diff in the pull request: https://github.com/apache/spark/pull/20313#discussion_r178517391 --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/CountVectorizer.scala --- @@ -264,7 +265,9 @@ class CountVectorizerModel(

[GitHub] spark pull request #20313: [SPARK-22974][ML] Attach attributes to output col...

2018-01-18 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/20313 [SPARK-22974][ML] Attach attributes to output column of CountVectorModel ## What changes were proposed in this pull request? The output column from `CountVectorModel` lacks attribute. So a