Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mars.learn.metrics.multilabel_confusion_matrix and derivative metrics #2554

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

wjsi
Copy link
Member

@wjsi wjsi commented Oct 27, 2021

What do these changes do?

Add mars.learn.metrics.multilabel_confusion_matrix and derivative metrics, including precision_score, recall_score, f1_score and fbeta_score.

Related issue number

Fixes #2553

@wjsi wjsi added type: feature New feature to be backported Indicate that the PR need to be backported to stable branch mod: learn labels Oct 27, 2021
@wjsi wjsi added this to the v0.9.0a1 milestone Oct 27, 2021
@wjsi wjsi added this to In progress in Learn via automation Oct 27, 2021
@wjsi wjsi changed the title Add mars.learn.metrics.multilabel_confusion_matrix and derivative metrics Add mars.learn.metrics.multilabel_confusion_matrix and derivative metrics Oct 27, 2021
@wjsi wjsi force-pushed the feature/ml_confusion_mat branch 2 times, most recently from 4c2a82d to 7bdfd80 Compare October 27, 2021 15:18
Copy link
Collaborator

@qinxuye qinxuye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@hekaisheng hekaisheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Learn automation moved this from In progress to Reviewer approved Nov 2, 2021
@hekaisheng hekaisheng merged commit 12c1285 into mars-project:master Nov 2, 2021
Learn automation moved this from Reviewer approved to Done Nov 2, 2021
@wjsi wjsi deleted the feature/ml_confusion_mat branch November 2, 2021 06:10
wjsi added a commit to wjsi/mars that referenced this pull request Nov 2, 2021
qinxuye pushed a commit that referenced this pull request Nov 2, 2021
@wjsi wjsi added backported already PR has been backported and removed to be backported Indicate that the PR need to be backported to stable branch labels Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported already PR has been backported mod: learn type: feature New feature
Projects
Learn
  
Done
Development

Successfully merging this pull request may close these issues.

Implements scores derived from multi-label confusion matrices
3 participants