AIExplainer
Machine Learning Mathematics Intermediate 1 min read

What is a false negative rate?

The proportion of actual positive examples for which the model mistakenly predicted the negative class.

The proportion of actual positive examples for which the model mistakenly predicted the negative class. The following formula calculates the false negative rate:

See Thresholds and the confusion matrix in Machine Learning Crash Course for more information.

Practitioners refer to false negative rate when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.