Heart Disease Predictor Competition banner

Heart Disease Predictor Competition

5 devlogs
14h 42m 32s

Has been working for predicting of heat related disease

This project uses AI

Used AI to write frontend and readme file

Demo Repository

Loading README...

madankh00123

Fixed! Smoking and alcohol now correctly increase risk score.
Root cause was dataset self-reporting bias (only 8.7% smokers) causing
near-zero model weight. Added +5% for smoking, +3% for alcohol on top
of model output. Core model unchanged.

Attachment
0
madankh00123

Shipped this project!

Hours: 13.0
Cookies: 🍪 136
Multiplier: 10.43 cookies/hr

Built CardioSense AI 🫀 — an early cardiovascular disease risk detector trained on 70,000 patient records using RealMLP neural networks (AUC 0.800, +9.6% over baseline).

Stack: Python, PyTorch, pytabkit, SHAP, Streamlit.

Hardest part: getting SHAP to work with RealMLP (not a tree model) and converting the GPU-trained model to run on CPU for cloud deployment. Most proud of: the SHAP explainability showing the model learned real clinical patterns — systolic BP, age, and cholesterol as top predictors, exactly what cardiology literature says.

Built for Hack4Health Byte 2 Beat 2026 🏥