Spaces:
Runtime error
Runtime error
update README again
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ pinned: false
|
|
15 |
## Metric Description
|
16 |
|
17 |
Specificity is the fraction of the negatives examples that were correctly labeled by the model as negatives. It can be computed with the equation:
|
18 |
-
|
19 |
Where \\(TN\\) is the true negatives and \\(FP\\) is the false positives.
|
20 |
|
21 |
## How to Use
|
|
|
15 |
## Metric Description
|
16 |
|
17 |
Specificity is the fraction of the negatives examples that were correctly labeled by the model as negatives. It can be computed with the equation:
|
18 |
+
$$\text{Specificity} = \frac{TN}{TN + FP}$$
|
19 |
Where \\(TN\\) is the true negatives and \\(FP\\) is the false positives.
|
20 |
|
21 |
## How to Use
|