Update README.md
Browse files
README.md
CHANGED
|
@@ -170,7 +170,7 @@ print(f"Highest specificity achievable with sensitivity >= 80% and 35% indetermi
|
|
| 170 |
sn_eq_sp = issa.sn_eq_sp_graph()
|
| 171 |
```
|
| 172 |
|
| 173 |
-
### Optimal Tuning for
|
| 174 |
The depression and anxiety models were each trained with ordinal regression to predict a scalar score monotonically correlated with the underlying PHQ-9 and GAD-7 questionnaire ground truth sums. As such there are efficient dynamic programming algorithms to select optimal thresholds for multi-class numeric labels under a variety of decision criteria.
|
| 175 |
|
| 176 |
```
|
|
|
|
| 170 |
sn_eq_sp = issa.sn_eq_sp_graph()
|
| 171 |
```
|
| 172 |
|
| 173 |
+
### Optimal Tuning for Multi-class Tasks
|
| 174 |
The depression and anxiety models were each trained with ordinal regression to predict a scalar score monotonically correlated with the underlying PHQ-9 and GAD-7 questionnaire ground truth sums. As such there are efficient dynamic programming algorithms to select optimal thresholds for multi-class numeric labels under a variety of decision criteria.
|
| 175 |
|
| 176 |
```
|