Tutorial on how to build hierarchical clustering dendrogram using Python and R
- Importing the libraries
- Importing the dataset
- Splitting the dataset into the Training set and Test set
- Feature Scaling
- Using the dendrogram to find the optimal number of clusters
- Fitting Hierarchical Clustering to the dataset
- Visualising the clusters