In this assignment use customer_data.csv, you
will conduct data mining analysis on customer data which have basic
data like age, gender, annual income in k$ and spending score. The
goal of this assignment is to identify customer cluster 'segments'
using K-Means Clustering in order to gain insight which customers
segments should the company target for marketing.
Using Python. Can attach CSV in comment so please comment
so I can attach it
8. Run the pair plot on X_pca_df, color the data points by their clusters and interpret the plot. u 1# solution 9. Join the Xpca_df with the original data frame customers_df and plot a scatter plot of Income vs Spending and color the data points by their clusters. Discuss the plot results. U 1# solution
5. Run silhouette analysis and select the optimum n_clusters