Train and evaluate clustering models
Clustering is a type of machine learning that is used to group similar items into clusters.
Learning objectives
In this module, you'll learn:
- When to use clustering
- How to train and evaluate a clustering model using the scikit-learn framework
Prerequisites
- Basic mathematical concepts
- Programming with Python