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
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten