Labeling Unlabeled data using unsupervised clustering: Kmeans
What is unsupervised learning?

Unsupervised learning algorithms apply the following techniques to describe the data:
- Clustering: it is an exploration of data used to segment it into meaningful groups (i.e., clusters) based on their internal patterns without prior knowledge of group credentials. The credentials are defined by the…