lvwerra HF staff commited on
Commit
fc10e66
1 Parent(s): 1daef77

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -10,6 +10,14 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - metric
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Metric Card for Accuracy
10
  tags:
11
  - evaluate
12
  - metric
13
+ description: >-
14
+ Accuracy is the proportion of correct predictions among the total number of cases processed. It can be computed with:
15
+ Accuracy = (TP + TN) / (TP + TN + FP + FN)
16
+ Where:
17
+ TP: True positive
18
+ TN: True negative
19
+ FP: False positive
20
+ FN: False negative
21
  ---
22
 
23
  # Metric Card for Accuracy