Skip to content

fix: score SAPS II fever before the normal-temp arm - #2135

Merged
alistairewj merged 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/sapsii-temp-fever-order
Aug 8, 2026
Merged

fix: score SAPS II fever before the normal-temp arm#2135
alistairewj merged 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/sapsii-temp-fever-order

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • MIMIC-III SAPS II checked tempc_min < 39 before tempc_max ≥ 39, so fever almost never scored.
  • Reorder to match MIMIC-IV / Le Gall in all dialect copies.

Test plan

  • min=36.5, max=39.5 → temp_score 3 (was 0)

Made with Cursor

tempc_min < 39 was checked first, so fever with max ≥ 39 almost never
scored. Match MIMIC-IV / Le Gall: ≥39 → 3, else 0.
@Chessing234
Chessing234 force-pushed the fix/sapsii-temp-fever-order branch from 1385ec4 to 979fed3 Compare August 5, 2026 10:33
@alistairewj
alistairewj merged commit 74f85a3 into MIT-LCP:main Aug 8, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants