Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
liy312 committed Nov 30, 2022
1 parent 6aeb0d2 commit d8369b910b12df5d2bb6bdf48ddf7ff9898e3e80
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,4 +1,6 @@
# 6006CEM_Machine-learning_Coursework
Stroke is caused when a blood vessel in the brain bursts or the blood supply is blocked, preventing blood and oxygen from reaching the brain. It is the second leading cause of death worldwide and places a significant burden on individuals and national health care systems. Stroke has a wide range of underlying causes. Therefore, the main goal of this project is to apply the techniques of machine learning to existing datasets to make effective stroke predictions based on a wide range of relevant features and to make some recommendations. The dataset selected for this project is from Kaggle: “Stroke Prediction Dataset”

The link of the dataset is https://www.kaggle.com/datasets/fedesoriano/stroke-prediction-dataset.

The libraries required for this project are: pandas, numpy, matplotlib, warnings, seaborn, sklearn, imblearn, xgboost. These libraries need to be pre-installed to ensure that the program runs!

0 comments on commit d8369b9

Please sign in to comment.