Machine Learning Intermediate
false negative
An example in which the model mistakenly predicts the negative class.
Plain English Explanation
An example in which the model mistakenly predicts the negative class. For example, the model predicts that a particular email message is not spam (the negative class), but that email message actually is spam.
How is it used?
Practitioners refer to false negative when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.