Skip to content

Conversation

@mengxr
Copy link
Contributor

@mengxr mengxr commented Aug 25, 2015

Same as #8421 but for mllib.evaluation.

cc @avulanov

@SparkQA
Copy link

SparkQA commented Aug 25, 2015

Test build #41544 has finished for PR 8423 at commit 9d1499d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class BinaryClassificationMetrics @Since("1.3.0") (
    • class MulticlassMetrics @Since("1.1.0") (predictionAndLabels: RDD[(Double, Double)])
    • class MultilabelMetrics @Since("1.2.0") (predictionAndLabels: RDD[(Array[Double], Array[Double])])
    • class RegressionMetrics @Since("1.2.0") (

@avulanov
Copy link
Contributor

Thank you! LGTM
(can we automate this?)

@mengxr
Copy link
Contributor Author

mengxr commented Aug 26, 2015

We will require @Since annotation for all new PRs. There are some scripts on the JIRA to find those automatically, but there are some corner cases.

asfgit pushed a commit that referenced this pull request Aug 26, 2015
Same as #8421 but for `mllib.evaluation`.

cc avulanov

Author: Xiangrui Meng <[email protected]>

Closes #8423 from mengxr/SPARK-10233.

(cherry picked from commit 8668ead)
Signed-off-by: Xiangrui Meng <[email protected]>
@mengxr
Copy link
Contributor Author

mengxr commented Aug 26, 2015

Merged into master and branch-1.5.

@asfgit asfgit closed this in 8668ead Aug 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants