nevikw39 commited on
Commit
d259bdb
·
1 Parent(s): ac1e407

update README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- $$\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
 
 
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