Evaluation of Categorisation Algorithms Flashcards
What is the formula for Precision?
Precision = TP / (TP + FP)
All along the R side (the RA side).
Jade was a very precise RA, he’d use a pin to touch the left side of the confusion matrix.
In layperson terms, what does Precision measure?
Precision measures the proportion of the Algorithm’s “positive” results that were positive in Reality.
Of all the “positives” determined by the algorithm, what proportion were ‘positive’ in reality?
ie True positives / All algo positives (ie TP + FP)
(AR) Algo \+ - R+ tp fn - fp tn
What goes across the top of the confusion matrix?
Algorithm results.
Positive and negative.
What goes along the left axis of the confusion matrix?
Reality.
Positive.
Negative.
What goes in the 4 boxes of the confusion matrix?
(AR)
Algo \+ - R+ tp fn - fp tn
What does Recall measure?
Of all Real positives, what proportion were predicted correctly by The Machine?
Recall = TP / TP + FN
What is the formula for Recall?
Recall = TP / TP + FN
What epidemiological term is the same as the data science term Recall?
Sensitivity
Can you recall how sensitive you used to be before you were married!!
What epidoologocal term is the same as the data science term Precision?
Positive Predictive Value (PPV)
Given that people have the disease, what proportion are picked up by the test?