Skip to content

A WebApp that predicts the likelihood of occurrence of Death Event due to Heart Failure. It into consideration twelve features that predict mortality by heart failure.

License

Notifications You must be signed in to change notification settings

gauravjain2/heart-failure-prediction

Repository files navigation

HEART FAILURE PREDICTION APP


Data Science Project to assess the likelihood of a death event by heart failure. This can be used to help hospitals in assessing the severity of patients with cardiovascular diseases.

Link to Website: Click Here


About the dataset

Cardiovascular diseases (CVDs) are the number 1 cause of death globally, taking an estimated 17.9 million lives each year, which accounts for 31% of all deaths worlwide. Heart failure is a common event caused by CVDs and this dataset contains 12 features that can be used to predict mortality by heart failure.

Most cardiovascular diseases can be prevented by addressing behavioural risk factors such as tobacco use, unhealthy diet and obesity, physical inactivity and harmful use of alcohol using population-wide strategies.

People with cardiovascular disease or who are at high cardiovascular risk (due to the presence of one or more risk factors such as hypertension, diabetes, hyperlipidaemia or already established disease) need early detection and management wherein a machine learning model can be of great help.


EDA

Exploratory Data Analysis of the dataset

image

image


MODEL

Metrics Used: F1 score with a higher recall score and considerable precision score as the evaluation metrics. Model training: Created various models like:

  1. Logistic Classifier
  2. Decision Tree Classifier
  3. Random Forest Classification Model
  4. LGBM
  5. XGB

and other classification models and fitted the train data to each model.

Considering the bias variance trade-off and the evaluation metrics, the best performing model was Random Forest Classifier with optimized parameters.

image


What input data is required?

The model takes 12 variables as input:

  • Age
  • Anaemia
  • Creatinine Phosphokinase
  • Diabetes
  • Ejection Fraction
  • High Blood Pressure
  • Platelets
  • Serum Creatinine
  • Serum Sodium
  • Sex
  • Smoking
  • Follow Up Time in Hospital

How to upload data for prediction?

Go to Website. There are 2 options of uploading data for prediction:

  1. Manual Entry (via sliders and text field): suitable for single patient prediction.
  2. CSV file (Upload .csv file in the format specified): suitable for multiple predictions at same time.

Disclaimer: This model is based on Data Science Practices and nowhere is affiliated with any medical authority. Please consult with your doctor for consultations/medicines.

About

A WebApp that predicts the likelihood of occurrence of Death Event due to Heart Failure. It into consideration twelve features that predict mortality by heart failure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages