Tag: Clustering Project
-
Clustering Mixed Data

Code and data used can be found here: Repository Objective To identify clusters of individuals that have suffered from heart failure. The data consists of both numerical and categorical data, to cluster such data we can use K-prototypes clustering. K-prototypes Clustering K-prototypes work similarly to K-means clustering but works for both numerical and categorical data.…