Skip to content

[SPARK-10233] [MLLIB] update since version in mllib.evaluation#8423

Closed
mengxr wants to merge 1 commit into
apache:masterfrom
mengxr:SPARK-10233
Closed

[SPARK-10233] [MLLIB] update since version in mllib.evaluation#8423
mengxr wants to merge 1 commit into
apache:masterfrom
mengxr:SPARK-10233

Conversation

@mengxr

@mengxr mengxr commented Aug 25, 2015

Copy link
Copy Markdown
Contributor

Same as #8421 but for mllib.evaluation.

cc @avulanov

@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

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
Copy Markdown
Contributor

Thank you! LGTM
(can we automate this?)

@mengxr

mengxr commented Aug 26, 2015

Copy link
Copy Markdown
Contributor Author

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 <meng@databricks.com>

Closes #8423 from mengxr/SPARK-10233.

(cherry picked from commit 8668ead)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@mengxr

mengxr commented Aug 26, 2015

Copy link
Copy Markdown
Contributor Author

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