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

[MRG] Multiclass pr curve #28890

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

isacarnekvist
Copy link

Reference Issues/PRs

Fixes #28548

What does this implement/fix? Explain your changes.

The precision_recall_curve function did not support multiclass problems. Now it does, with the
same aggregation methods (micro/macro/weighted) as in other methods in scikit-learn.

Any other comments?

Suggestions are appreciated!

Copy link

github-actions bot commented Apr 25, 2024

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 545843b. Link to the linter CI: here

@isacarnekvist
Copy link
Author

isacarnekvist commented Apr 25, 2024

Should I add a section for a new release 1.4.3? Added to changelog for 1.5.

@isacarnekvist isacarnekvist changed the title Multiclass pr curve [MRG] Multiclass pr curve Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiclass support in precision_recall_curve
1 participant