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?
Este ejercicio forma parte del curso
End-to-End Machine Learning
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
