Skip to content

An unsupervised model to group patients with heart disease in clusters using the KMeans algorithm to predict stokes

Notifications You must be signed in to change notification settings

markkasule/stroke_prediciton_clustering_model_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Data

The model uses the 'healthcare-dataset-stroke-data.csv' file, which includes the following features:

  • id
  • gender
  • age
  • hypertension
  • heart_disease
  • ever_married
  • work_type
  • Residence_type
  • avg_glucose_level
  • bmi
  • smoking_status
  • stroke

Methodology

  1. Data Preprocessing:
  • Removal of unnecessary columns
  • Handling missing data
  • Standardization of numerical features
  1. Clustering:
  • K-means clustering is applied to identify patterns in the data
  • The optimal number of clusters is determined using the elbow method
  1. Analysis:
  • Visualization of clusters
  • Interpretation of results in the context of stroke prediction

Results

[Briefly describe the key findings and insights from your model. Include any relevant visualizations or metrics.]

Contributing

Contributions to this project are welcome. Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License.

About

An unsupervised model to group patients with heart disease in clusters using the KMeans algorithm to predict stokes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published