dexter6102/hear_failure_detection
0
π« Heart Failure Risk Predictor
A machine learningβpowered clinical decision support tool that predicts the risk of death from heart failure using patient clinical data.
Built with Scikit-learn, XGBoost, and SHAP explainability, and deployed via Streamlit.
π Live App
π Try it here: https://huggingface.co/spaces/YOURUSERNAME/YOURSPACE_NAME
π§ What This App Does
- Predicts probability of mortality in heart failure patients
- Classifies risk into:
- β Low Risk
- β οΈ Medium Risk
- π¨ High Risk
- Provides SHAP explanations showing why the model made its prediction
- Displays key clinical insights based on input values
π Dataset
- Source: Heart Failure Clinical Records (Kaggle)
- Link: https://www.kaggle.com/datasets/andrewmvd/heart-failure-clinical-data
- Size:
- 299 patients
- 13 clinical features
- Binary outcome (
DEATH_EVENT) - Origin: Faisalabad, Pakistan (2015)
