yezdata commited on
Commit
82539fc
·
verified ·
1 Parent(s): 45ca6b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -135,7 +135,7 @@ $$
135
 
136
 
137
  ## Performance
138
- **Using `thresholds.json` optimization on val set for binarizing and filtering (uncertainty) predictions**
139
  | | precision | recall | f1-score | support |
140
  |:---------------|------------:|---------:|-----------:|----------:|
141
  | micro avg | 0.476 | 0.611 | 0.535 | 6329 |
@@ -174,7 +174,7 @@ $$
174
 
175
 
176
 
177
- **Using threshold of 0.5 for binarizing predictions**
178
  | | precision | recall | f1-score | support |
179
  |:---------------|------------:|---------:|-----------:|----------:|
180
  | micro avg | 0.494 | 0.596 | 0.54 | 6329 |
 
135
 
136
 
137
  ## Performance
138
+ **Using `thresholds.json` optimization on val set (both probability and uncertainty thresholds) for binarizing predictions**
139
  | | precision | recall | f1-score | support |
140
  |:---------------|------------:|---------:|-----------:|----------:|
141
  | micro avg | 0.476 | 0.611 | 0.535 | 6329 |
 
174
 
175
 
176
 
177
+ **Using default threshold of 0.5 for binarizing predictions**
178
  | | precision | recall | f1-score | support |
179
  |:---------------|------------:|---------:|-----------:|----------:|
180
  | micro avg | 0.494 | 0.596 | 0.54 | 6329 |