nevikw39 commited on
Commit
71e2b17
1 Parent(s): d259bdb

update README again

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- \\[\text{Specificity} = \frac{TN}{TN + FP}\\]
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