Skip to content

adithyap/voi-lab-ranker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

VOI LabRanker

Concise, single-script pipeline to rank ICU lab tests by value-of-information.

Script

  • lab_test_ranker.py: downloads PhysioNet/CinC 2012 set-A, preprocesses 48h sequences, trains a dual-head Transformer (mortality + mech-vent within 6h), and produces paper-ready artifacts.

Run

python3 lab_test_ranker.py

No flags required; configuration is in-script.

Outputs

  • lab_rank_results/ with summary.txt, tables/metrics.json, figs/, and best_model.pt.

Features

  • Counterfactual masking utilities (cross-entropy gain per lab).
  • Validation-only global scoring to avoid leakage.
  • Budget and optional cost-aware evaluation.
  • Redundancy audit and lead-time stats.

About

Transformer-based value-of-information ranking for ICU lab tests with dual-head mortality/intervention scoring, budget-aware utilities, and reproducible PhysioNet 2012 workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages