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

Make specificity available as a CV metric #20

Closed
math-a3k opened this issue Nov 20, 2021 · 1 comment
Closed

Make specificity available as a CV metric #20

math-a3k opened this issue Nov 20, 2021 · 1 comment
Assignees

Comments

@math-a3k
Copy link
Owner

Sensitivity and Specificity are the default standards for evaluating diagnostic tests (https://en.wikipedia.org/wiki/Sensitivity_and_specificity), sensitivity is called "recall" but specificity is not provided in https://scikit-learn.org/stable/modules/model_evaluation.html#classification-metrics but it can be obtained through the confusion matrix or the recall of the negative class.

Implement in way that can be incorporated in the cv_metrics field of a classifier (i.e. "accuracy, recall, specificity"):

get_cross_validation_scores() is currently considered to be engine specific:

More info: https://scikit-learn.org/stable/modules/model_evaluation.html#scoring-parameter

@math-a3k math-a3k self-assigned this Dec 28, 2021
@math-a3k
Copy link
Owner Author

This hit a limitation / flaw in django-ai (math-a3k/django-ai@fd85385), with that settled, it is implemented in fbfb983.

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