What is false positive and false negative and how are they significant?
Answer Posted / Lubhanshu Bartaria
In classification tasks, false positives (Type I errors) occur when the model incorrectly classifies a negative instance as positive. False negatives (Type II errors) occur when the model incorrectly classifies a positive instance as negative. These concepts are crucial because they measure the performance of a classifier, specifically its precision and recall.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers