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

Support PR curves #50

Open
gsganden opened this issue Apr 19, 2023 · 1 comment
Open

Support PR curves #50

gsganden opened this issue Apr 19, 2023 · 1 comment

Comments

@gsganden
Copy link
Owner

No description provided.

@gsganden
Copy link
Owner Author

We can build on calculate_metrics_by_thresh:

results = calculate_metrics_by_thresh_binary(
    y_true=y_true,
    y_prob=y_prob,
    metrics=[metrics.recall_score, metrics.precision_score],
)
ax = results[:-1].plot(x="recall_score", y="precision_score")

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

No branches or pull requests

1 participant