Add Specificity #106
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
New metric
Milestone
🚀 Feature
In addition to Precision and Recall it would be nice to have a Specificity metric.
For the implementation I think it would be enough to make a copy of Recall (class und function) and adapt numerator and denominator in _precision_compute.
Alternatives
For binary classification Specificity is the same as Recall with 0 as true label.
For multiclass classification this is not as easy as this though.
The text was updated successfully, but these errors were encountered: