Path: blob/master/ML/Notebook/K-means Customer Segmentation .ipynb
3087 views
The dataset consists of 303 rows. The mean annual income is 245000 and the mean annual spend is 149000.
Why Clustering?
The mathematics behind clustering, in very simple terms involves minimizing the sum of square of distances between the cluster centroid and its associated data points
Insights
The plot shows the distribution of the 4 clusters. We could interpret them as the following customer segments:
Cluster 1: Customers with medium annual income and low annual spend
Cluster 2: Customers with high annual income and medium to high annual spend
Cluster 3: Customers with low annual income
Cluster 4: Customers with medium annual income but high annual spend
Insights :
Cluster 1: Medium income, low annual spend
Cluster 2: Low income, low annual spend
Cluster 3: High income, high annual spend
Cluster 4: Low income, high annual spend
Cluster 5: Medium income, low annual spend