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

Additional metrics for binary classifier #125

Open
r0f1 opened this issue Sep 6, 2019 · 0 comments
Open

Additional metrics for binary classifier #125

r0f1 opened this issue Sep 6, 2019 · 0 comments

Comments

@r0f1
Copy link

r0f1 commented Sep 6, 2019

Hi,
Consider a binary classifier that outputs a probability between 0 and 1. In order to use ConfusionMatrix() I created a new variable that is true if this continuous probability is > 0.5.
Doing this, however, throws away some information. For example, I can no longer calculate the area under the ROC curve or calculate the average precision score.

Is there a class or function in pandas_ml similar to ConfusionMatrix.print_stats(), that calculates these (and possibly other) numbers?

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