[GitHub] spark issue #18980: [MINOR]Correct validateAndTransformSchema in GaussianMix...

2017-08-20 Thread sharp-pixel
Github user sharp-pixel commented on the issue: https://github.com/apache/spark/pull/18980 As I am fairly new to JIRA, feel free to do that if you can. Thanks! --- 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

[GitHub] spark pull request #18980: Correct validateAndTransformSchema in GaussianMix...

2017-08-19 Thread sharp-pixel
Github user sharp-pixel commented on a diff in the pull request: https://github.com/apache/spark/pull/18980#discussion_r134088869 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/GaussianMixture.scala --- @@ -64,8 +64,8 @@ private[clustering] trait

[GitHub] spark issue #18980: Correct validateAndTransformSchema in GaussianMixture

2017-08-18 Thread sharp-pixel
Github user sharp-pixel commented on the issue: https://github.com/apache/spark/pull/18980 I just fixed AFTSurvivalRegression also. --- 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

[GitHub] spark pull request #18980: Correct validateAndTransformSchema in GaussianMix...

2017-08-17 Thread sharp-pixel
GitHub user sharp-pixel opened a pull request: https://github.com/apache/spark/pull/18980 Correct validateAndTransformSchema in GaussianMixture ## What changes were proposed in this pull request? The line SchemaUtils.appendColumn(schema, $(predictionCol), IntegerType) did