Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 791 Bytes

File metadata and controls

18 lines (13 loc) · 791 Bytes

clustering_project_1

Dataset: Credit Card Customer Dataset

The dataset shows the cutomer's spending behaviour on various credit cards.

Business Problem - The bank would like to know the distinct groups of customers existing in their bank. And, with the outcome of the analysis the bank would provide marketing offers to relevant customers.

Steps for python implementation

  1. Read and select numerical feature for clustering.
  2. Outlier treatment and impute missing values
  3. Feature Engineering
  4. Perform standardization of features to remove impact of units and enable distance computation
  5. Remove correlations
  6. plot WCSS graph(elbow curve)
  7. Build clusters with K-Means and Hierarchial clustering
  8. Evaluate clusters and build profiles to reveal patterns(cluster profiling)