Skip to content

I explore the usefulness of unsupervised clustering algorithms to help doctors understand which treatments might work with their patients.

License

Notifications You must be signed in to change notification settings

nicolasfoss/clustering_heart_disease_patients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Targeting treatment for heart disease patients

There are many industries where understanding how things group together is beneficial. For example, retailers want to understand the similarities among their customers to direct advertisement campaigns, and botanists classify plants based on their shared similar characteristics. One way to group objects is to use clustering algorithms. I explore the usefulness of unsupervised clustering algorithms to help doctors understand which treatments might work with their patients.

We are going to cluster anonymized data of patients who have been diagnosed with heart disease. Patients with similar characteristics might respond to the same treatments, and doctors could benefit from learning about the treatment outcomes of patients like those they are treating. The data we are analyzing comes from the V.A. Medical Center in Long Beach, CA. To download the data, visit [https://archive.ics.uci.edu/ml/datasets/heart+Disease].

Before running any analysis, it is essential to get an idea of what the data look like. The clustering algorithms we will use require numeric data—we'll check that all the data are numeric.

About

I explore the usefulness of unsupervised clustering algorithms to help doctors understand which treatments might work with their patients.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published