Update README.md
Browse files
README.md
CHANGED
|
@@ -135,7 +135,7 @@ $$
|
|
| 135 |
|
| 136 |
|
| 137 |
## Performance
|
| 138 |
-
**Using `thresholds.json` optimization on val set
|
| 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 |
|