What is the difference between Type 1 and Type 2 errors?
Answer Posted / Pradip Kumar Srivastava
Type 1 (False Positive) error occurs when we incorrectly classify a negative instance as positive. It's also known as a 'finding something that isn't there.' On the other hand, Type 2 (False Negative) error occurs when we incorrectly classify a positive instance as negative. It's also known as 'missing something that is there.'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers