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