Chapter 1. Introduction to Clustering
Note
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
Note
In this chapter, we will have a look at the concept of clustering.