Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.56 KB

06_clustering.md

File metadata and controls

36 lines (20 loc) · 1.56 KB

Section 06: Clustering

Clustering enables us to group the rows of a data set together based on their similarities without knowing anything about the true class labels of the rows in the data set. Clustering is useful in market segmentation, anomaly detection, and other unsupervised learning tasks. Clustering is also useful as a data preprocessing step for supervised learning tasks.

Class Notes

Supplementary References