Introduction to Clustering
Learning Objectives
By the end of this chapter, you will be able to:
- Distinguish between supervised learning and unsupervised learning
- Explain the concept of clustering
- Implement k-means clustering algorithms using built-in Python packages
- Calculate the Silhouette Score for your data
In this chapter, we will have a look at the concept of clustering.