Author name: Anirudhya Das

Hierarchical Clustering in Python: A Comprehensive Guide

Algorithms such as Hierarchical Clustering belong to unsupervised machine learning and are used for clustering data objects into cluster. However, it is not necessitated to mention the number of clusters a prior just like K-means clustering; rather it builds hierarchical groups. Therefore, one can observe the result by plotting it as a dendrogram. This method …

Hierarchical Clustering in Python: A Comprehensive Guide Read More »

Scroll to Top