Definition
Clustering is an unsupervised ML technique that automatically groups similar data together. It is used to segment customers based on purchasing behavior, group similar products, identify patterns in support calls. The model doesn't need to be told how many groups to find (in many algorithms): it discovers them autonomously in the data.
Related terms
EXPLORE