Selectivity

Specificity, also known as the True Negative Rate (TNR), is a performance metric that measures a classifier's ability to correctly identify the negative class. It specifically quantifies the proportion of actual negative instances that were predicted as negative by the model.

  1. Calculation and Building Specificity

Specificity is derived from the confusion matrix. It is calculated by taking the number of correctly identified negative cases and dividing them by the total number of actual negative cases in the dataset.

  1. How to Interpret Specificity

Specificity answers the question: "Of all the instances that are actually negative, how many did the model correctly identify?".

  1. Key Relationships and Trade-offs

Specificity is mathematically and conceptually linked to other metrics:

  1. Importance in Specific Scenarios

Specificity is the primary focus when the cost of a false positive is high.

Powered by Forestry.md