lvwerra HF staff commited on
Commit
537df9e
1 Parent(s): 11c278a

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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