Customer segmentation with credit card behavior clustering
I will show how to derive basic customer segmentation by clustering credit card behavior. I first load my data into a pandas dataframe and view the first 5 observations. CUSTID is not useful for modeling, so I drop the column. The remaining columns are numeric. Numeric features are great for cluster analysis.
Sep-3-2021, 03:56:19 GMT