5th Dec 2022
Customer Segmentation using KMeans Clustering
For this project, we will be building a machine learning model to cluster customers of a shopping mall based on certain personal details included in the dataset. Our goal is to work through this notebook by collecting data, preprocessing it, train the model and visualize our findings.
We used the following dataset available on Kaggle to work on this project:
The datasets consists of some personal details such as age, gender, income and spending score.
Thanks to Kaggle for teaching me ML