CoolFace
Apppublic

dexter6102/hear_failure_detection

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

πŸ«€ 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)