Spaces:
Runtime error
Runtime error
update README
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ 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
|
20 |
|
21 |
## How to Use
|
22 |
|
|
|
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
|
22 |
|