Compute both denominators at threshold five sixths.
highlighted = computed this step
Precision denominator at five sixths
TP plus FP is 1 + 0 = 1, so precision is 1.
precision=11=1
Recall denominator at five sixths
TP plus FN is 1 + 2 = 3, so recall is 1 over 3.
recall=31
The denominators answer different questions
Precision reads marked-positive rows. Recall reads actual-positive rows.
precision denominator TP+FP;recall denominator TP+FN