specificity

The specificity metric in classification problems is defined by the following formula.

Specificity = (True Negative)/(True Negative + False Positive)

Specificity is the ideal metric when we need to minimize the false positives. This acts as the opposite of the recall metric.

Related Terms