Spaces:
Running
Running
Update Space (evaluate main: 05209ece)
Browse files
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
|