Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FIX: Replace y_pred with y_score in DetCurveDisplay (issue: 31761) #31764

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

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

Conversation

luiser1401
Copy link

This PR replaces y_pred with y_score in the DetCurveDisplay class. This change was made to follow the pattern in RocCurveDisplay.

Fixes: #31761

@luiser1401 luiser1401 changed the title DOC: Replace y_pred with y_score in DetCurveDisplay (issue: 31761) FIX: Replace y_pred with y_score in DetCurveDisplay (issue: 31761) Jul 15, 2025
Copy link

github-actions bot commented Jul 15, 2025

✔️ Linting Passed

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

Generated for commit: 291a1b6. Link to the linter CI: here

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.

y_pred changed to y_true in RocCurveDisplay.from_predictions, but not in DetCurveDisplay.from_predictions
1 participant