Confusion matrix calculations
Your classifier on the credit data achieved the following statistics: 163 true positives, 15 false positives, 48 false negatives, and 24 true negatives. These numbers are preloaded in the console environment for you as tp
, fp
, fn
and tn
respectively. The following statements involve two metrics: accuracy, given by the proportion of examples classified correctly, and recall, which is the proportion of truly positive examples that were classified as positive. Which of the statements is true?
Diese Übung ist Teil des Kurses
Designing Machine Learning Workflows in Python
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
