Page 1 of 1

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

Posted: Sun May 15, 2022 12:13 pm
by answerhappygod
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 1
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 1 (19.08 KiB) Viewed 55 times
Background
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