Commit da315ca
committed
Fix stale Output Interpretation numbers in underdiagnosis-bias.md (closes #523)
The 'Output Interpretation' prose cited figures from an earlier version of
the detection-code block that were never regenerated after the code was
edited. Running the file's own python block (seeded with
np.random.seed(42), byte-identical across repeated runs) actually prints:
- true_recall 0.625 (Group A) vs 0.292 (Group B) - a 33.3-point gap, not
the claimed 80.5% / 41.2% / 39.3-point gap
- obs_recall ~0.64 vs ~0.33, not the claimed ~0.85 / ~0.76
- Q4 biomarker-band recorded-diagnosis rate 0.785 / 0.497, not 0.887 / 0.536
Updated the two interpretation bullets to the real numbers and adjusted
the framing (the observed-label recall already shows a gap here, so the
'looks fine on observed labels' line no longer fit). Regenerated
underdiagnosis-bias.html, the package mirror copy, and the llms-full.txt
section from the build script.1 parent fb8a2c0 commit da315ca
4 files changed
Lines changed: 7 additions & 7 deletions
File tree
- explainers
- faircode/_explainers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8877 | 8877 | | |
8878 | 8878 | | |
8879 | 8879 | | |
8880 | | - | |
8881 | | - | |
| 8880 | + | |
| 8881 | + | |
8882 | 8882 | | |
8883 | 8883 | | |
8884 | 8884 | | |
| |||
0 commit comments