A Practical Introduction to Hierarchical clustering from scikit-learn
Hierarchical clustering is part of the group of unsupervised learning models known as clustering. This means that we don't have a defined target variable unlike in traditional regression or classification tasks. The point of this machine learning algorithm, therefore, is to identify distinct clusters of objects that share similar characteristics by using defined distance metrics on the selected variables. Other machine learning algorithms that fit within this family include Kmeans or DBscan. This specific algorithm comes in two main flavours or forms: top-down or bottom-up.
Mar-7-2022, 19:11:25 GMT
- Technology: