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

Update Space (evaluate main: e179b5b8)

Browse files
Files changed (1) hide show
  1. README.md +4 -16
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Accuracy
3
- emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -8,22 +8,10 @@ sdk_version: 3.0.2
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
- - evaluate
12
- - metric
13
- description: >-
14
- Accuracy is the proportion of correct predictions among the total number of
15
- cases processed. It can be computed with:
16
-
17
- Accuracy = (TP + TN) / (TP + TN + FP + FN)
18
- Where:
19
- TP: True positive
20
-
21
- TN: True negative
22
-
23
- FP: False positive
24
-
25
- FN: False negative
26
  ---
 
27
  # Metric Card for Accuracy
28
 
29
 
1
  ---
2
  title: Accuracy
3
+ emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
+ - evaluate
12
+ - metric
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
+
15
  # Metric Card for Accuracy
16
 
17