agentic_thyroid_model / configs /threshold.json
Johnyquest7's picture
Add full reproducible thyroid ResNet-18 experiment: weights, scripts, configs, calibration, locked threshold, test eval w/ CIs, figures, data exploration, README, LOG
45af8e1 verified
Raw
History Blame Contribute Delete
463 Bytes
{
"primary_method": "highest-specificity threshold with sensitivity >= 0.95 on validation (calibrated probabilities)",
"locked_threshold": 0.7113139033317566,
"valid_sensitivity_at_threshold": 0.952,
"valid_specificity_at_threshold": 0.896,
"target_sensitivity": 0.95,
"target_achievable": true,
"secondary_youden": {
"threshold": 0.7113139033317566,
"sensitivity": 0.952,
"specificity": 0.896
},
"probabilities_used": "calibrated"
}