Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 274 Bytes

File metadata and controls

17 lines (9 loc) · 274 Bytes

P29.-Unsupervised-ML---Hierarchical-Clustering-Univ.-

Import libraries

Import dataset

Create Normalized data frame (considering only the numerical part of data)

Create dendrograms

Create Clusters

Add clusters to dataset

Group data by Clusters (K=5)

Plot Clusters