[GitHub] spark issue #18390: [SPARK-21178][ML] Add support for label specific metrics...

2017-08-29 Thread rawataaryan9
Github user rawataaryan9 commented on the issue: https://github.com/apache/spark/pull/18390 @MLnick Can you please have a look at the changes as per the discussion above and comment regarding the build failure issue. --- If your project is set up for it, you can reply to this email

[GitHub] spark issue #18390: [SPARK-21178][ML] Add support for label specific metrics...

2017-06-28 Thread rawataaryan9
Github user rawataaryan9 commented on the issue: https://github.com/apache/spark/pull/18390 @MLnick Can you please have a look and guide me towards the issue with the build failure. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark issue #18390: [SPARK-21178][ML] Add support for label specific metrics...

2017-06-28 Thread rawataaryan9
Github user rawataaryan9 commented on the issue: https://github.com/apache/spark/pull/18390 @MLnick I have incorporated all the suggested changes. Kindly have a look. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request #18390: [SPARK-21178][ML] Add support for label specific ...

2017-06-28 Thread rawataaryan9
Github user rawataaryan9 commented on a diff in the pull request: https://github.com/apache/spark/pull/18390#discussion_r124508707 --- Diff: mllib/src/main/scala/org/apache/spark/ml/evaluation/MulticlassClassificationEvaluator.scala --- @@ -68,6 +84,7 @@ class

[GitHub] spark pull request #18390: [SPARK-21178][ML] Add support for label specific ...

2017-06-28 Thread rawataaryan9
Github user rawataaryan9 commented on a diff in the pull request: https://github.com/apache/spark/pull/18390#discussion_r124508673 --- Diff: mllib/src/main/scala/org/apache/spark/ml/evaluation/MulticlassClassificationEvaluator.scala --- @@ -39,19 +39,35 @@ class

[GitHub] spark pull request #18390: [SPARK-21178][ML] Add support for label specific ...

2017-06-28 Thread rawataaryan9
Github user rawataaryan9 commented on a diff in the pull request: https://github.com/apache/spark/pull/18390#discussion_r124508557 --- Diff: mllib/src/test/scala/org/apache/spark/ml/evaluation/MulticlassClassificationEvaluatorSuite.scala --- @@ -37,6 +37,15 @@ class

[GitHub] spark pull request #18390: [SPARK-21178][ML] Add support for label specific ...

2017-06-28 Thread rawataaryan9
Github user rawataaryan9 commented on a diff in the pull request: https://github.com/apache/spark/pull/18390#discussion_r124508484 --- Diff: mllib/src/test/scala/org/apache/spark/ml/evaluation/MulticlassClassificationEvaluatorSuite.scala --- @@ -37,6 +37,15 @@ class

[GitHub] spark pull request #18390: SPARK-21178 : Add support for label specific metr...

2017-06-22 Thread rawataaryan9
GitHub user rawataaryan9 opened a pull request: https://github.com/apache/spark/pull/18390 SPARK-21178 : Add support for label specific metrics in MulticlassCla… …ssificationEvaluator ## What changes were proposed in this pull request? Added support