Spaces:
Running
Running
Update Space (evaluate main: 05209ece)
Browse files
README.md
CHANGED
@@ -10,6 +10,9 @@ pinned: false
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Metric Card for F1
|
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
+
description: >-
|
14 |
+
The F1 score is the harmonic mean of the precision and recall. It can be computed with the equation:
|
15 |
+
F1 = 2 * (precision * recall) / (precision + recall)
|
16 |
---
|
17 |
|
18 |
# Metric Card for F1
|