NDStein commited on
Commit
3394ec3
·
verified ·
1 Parent(s): 58d3955

Update README.md

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