Project

DeDx — Data-Enhanced Diagnostics

Ensemble ML model combining patient biometrics with lateral flow test results to improve influenza diagnostic sensitivity.

What it is

A research project I led at UW's Lutz Lab to improve the sensitivity of influenza rapid diagnostic tests by combining the binary test result with patient biometrics (demographics, symptoms, test conditions) through an ensemble of classical ML models.

Why I built it

Lateral flow tests have a known false-negative rate, especially at lower viral loads. But the test result isn't the only signal available. By the time a patient takes a test, we typically know their age, symptoms, and exposure context. The hypothesis: combining the test result with that context, with a known false-positive baseline as a constraint, should outperform either signal alone.

How it works

The ensemble vote was tuned to honor the false-positive constraint, not chasing raw accuracy, but lifting sensitivity at a fixed specificity.

What I learned

Links