This project aims to predict the likelihood of a person having a brain stroke using machine learning techniques.
The dataset used in this project contains information about various health parameters of individuals, including:
id
: unique identifiergender
: "Male", "Female" or "Other"age
: age of the patienthypertension
: 0 if the patient doesn't have hypertension, 1 if the patient has hypertensionheart_disease
: 0 if the patient doesn't have any heart diseases, 1 if the patient has a heart diseaseever_married
: "No" or "Yes"work_type
: "children", "Govt_jov", "Never_worked", "Private" or "Self-employed"Residence_type
: "Rural" or "Urban"avg_glucose_level
: average glucose level in bloodbmi
: body mass indexsmoking_status
: "formerly smoked", "never smoked", "smokes" or "Unknown"*stroke
: 1 if the patient had a stroke or 0 if not
The dataset used in this project can be found at Dataset Link.
The code is provided in a Jupyter Notebook file named Brain Stroke ML.ipynb
.