CardioSentinel
A structured ML system for threshold-aware heart attack risk modeling.
Problem
In risk modeling, overall accuracy can mask critical failure modes. A model may appear strong while missing the cases that matter most.
Approach
- Config-driven pipeline factory (repeatable experiments)
- Safe vs. learned feature separation to prevent leakage
- MLflow tracking for structured model comparison
- Precision-floor thresholding to align evaluation with use case
Outcome
Above a precision floor of 0.40, recall declined sharply for several models. A balanced logistic regression maintained more stable behavior across thresholds, suggesting a largely monotonic signal. In this setting, a well-regularized linear model matched or outperformed boosted trees while remaining easier to interpret and calibrate.
This threshold-first evaluation approach applies across healthcare, fraud, churn, and safety modeling.