In this assignment use customer_data.csv, you will conduct data mining analysis on customer data which have basic data l

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

In this assignment use customer_data.csv, you will conduct data mining analysis on customer data which have basic data l

Post by answerhappygod »

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.
1. Select columns Income and Spending into X
2. Scale the data using StandardScaler and output the results to
scaled_X
3.Run PCA on X and output the results in X_pca
4.Run silhouette analysis and select the optimum n_clusters
5. Run KMeans with optimum K and predict the output into
cust_km_output
Using Python please.
Use ANY customer.csv datatset (does not matter, I just need the
solution to run)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply