Deployment on Azure .... https://heartfailure.azurewebsites.net/
#2023 About Dataset
Context:
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 worldwide. Four out of 5CVD deaths are due to heart attacks and strokes, and one-third of these deaths occur prematurely in people under 70years of age. Heart failure is a common event caused by CVDs and this dataset contains 11 features that can be used to predict a possible heart disease.
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 where in a machine learning model can be of great help.
Major steps for machine Learning Projects.
Look at the big picture.
Get the data.
Discover and visualize the data to gain insights.
Prepare the data for Machine Learning algorithms.
Select a model and train it.
Fine-tune your model.
Present your solution.
Launch, monitor, and maintain your system.
Data Attribute Information
Age: age of the patient [years],
Sex: sex of the patient [M: Male, F: Female],
ChestPainType: chest pain type [TA: Typical Angina, ATA: Atypical Angina, NAP: Non-Anginal Pain, ASY: Asymptomatic],
RestingBP: resting blood pressure [mm Hg]mean arterial pressure (MAP) ,
Cholesterol: serum cholesterol [mm/dl],
FastingBS: fasting blood sugar [1: if FastingBS > 120 mg/dl, 0: otherwise],
RestingECG: resting electrocardiogram results [Normal: Normal, ST: having ST-T wave abnormality (T wave inversions and/or ST elevation or depression of > 0.05 mV), LVH: showing probable or definite left ventricular hypertrophy by Estes' criteria],
MaxHR: maximum heart rate achieved [Numeric value between 60 and 202],
ExerciseAngina: exercise-induced angina [Y: Yes, N: No],
Oldpeak: oldpeak = ST [Numeric value measured in depression],
ST_Slope: the slope of the peak exercise ST segment [Up: upsloping, Flat: flat, Down: downsloping],
HeartDisease: output class [1: heart disease, 0: Normal]
Citation
fedesoriano. (September 2021). Heart Failure Prediction Dataset. Retrieved [Date Retrieved] from https://www.kaggle.com/fedesoriano/heart-failure-prediction. 2023