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

Confusion matrix as a metric #556

Open
olliethomas opened this issue Mar 23, 2022 · 0 comments
Open

Confusion matrix as a metric #556

olliethomas opened this issue Mar 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@olliethomas
Copy link
Member

Confusion matrix values are often used in metrics, but some people might want these values recording directly.

A user story would be something like
Given: everything is installed
When: I run evaluate_models and pass em.CM as a metric in the per_sens metrics
Then: a column recording the TP, FN etc counts is recorded in the results dataframe with one column per value

The bit that makes this non-trivial is that adding >1 column at a time to the results

@olliethomas olliethomas added the enhancement New feature or request label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant