Question: Download the Mall Customer Segmentation Data from github repo. thenUse only 3 features (Age, Income and Spending Score) and run k-means algorithm. Determine the optimum
- Download the Mall Customer Segmentation Data from github repo.
- thenUse only 3 features (Age, Income and Spending Score) and run k-means algorithm. Determine the optimum "k" value using the elbow method. Show your plot (error vs. k)
- Again with the same 3 features, scatter your data in a 3D plot. Coloring of samples should denote the determined categories (your optimum k). I.e. we should be able to distinguish the samples of k categories.
Step by Step Solution
There are 3 Steps involved in it
need to download the Mall Customer Segmentation Data from the GitHub repository Once you have the dataset you can use Python libraries like Pandas for ... View full answer
Get step-by-step solutions from verified subject matter experts
