Spaces:
Running
Running
Add description to card metadata
#1
by
julien-c
HF Staff
- opened
Recall is the fraction of the positive examples that were correctly labeled by the model as positive. It can be computed with the equation:
Recall = TP / (TP + FN)
Where TP is the true positives and FN is the false negatives.
julien-c
changed pull request status to
merged