lvwerra HF staff commited on
Commit
afc014e
1 Parent(s): 4c9dc71

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,10 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - metric
 
 
 
 
13
  ---
14
 
15
  # Metric Card for Recall
 
10
  tags:
11
  - evaluate
12
  - metric
13
+ description: >-
14
+ Recall is the fraction of the positive examples that were correctly labeled by the model as positive. It can be computed with the equation:
15
+ Recall = TP / (TP + FN)
16
+ Where TP is the true positives and FN is the false negatives.
17
  ---
18
 
19
  # Metric Card for Recall