Understanding confusion matrices
Given the following confusion matrix for a binary classifier:
Actual positive | Actual negative | |
---|---|---|
Predicted positive | 30 | 10 |
Predicted negative | 20 | 50 |
Which of the following statements is correct?
Diese Übung ist Teil des Kurses
End-to-End Machine Learning
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
