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

[ENH] add multi-class eval and more metrics #7

Merged
merged 9 commits into from
Apr 25, 2023
Merged

[ENH] add multi-class eval and more metrics #7

merged 9 commits into from
Apr 25, 2023

Conversation

kaczmarj
Copy link
Member

@kaczmarj kaczmarj commented Apr 21, 2023

This PR adds multi-class evaluation to the validate.py and run_all_evaluations.py scripts. As part of this, torchmetrics was updated to 0.11.4.

Metrics have also been added: fn, fp, tn, tp, fnr, fpr, tnr, and tpr.

The run_all_evaluations.py script also saves a plot of evaluation metrics per class.

fixes #5

@kaczmarj kaczmarj merged commit 51be0b3 into main Apr 25, 2023
@kaczmarj kaczmarj deleted the enh/metrics branch April 25, 2023 01:54
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

Successfully merging this pull request may close these issues.

[ENH] add multi-class evaluation to eval script
1 participant