Customer�Segmentation
Overview and Python Implementation
Roadmap
Theoritical foundation
What is customer segmentation?
Types of customer segmentation?
Problem Statement
Specific problem statement based on e-commerce data:
https://www.kaggle.com/datasets/carrie1/ecommerce-data/code?datasetId=1985&sortBy=voteCount
Solution Approach
Discussion on solving the problem statement
Implementation
Implementation of the solution in Python
01
03
04
02
Customer Segmentation
What is customer segmentation?
The process of dividing customers into groups based on common characteristics so companies can cater to each group effectively and appropriately
Customer Segmentation
Why segment customers?
Customer Segmentation
Types of customer segmentation:
Problem Statement
Come-up with a framework to flag high value, medium value and low value customers.
Data Available
Attribute Information:
Solution Approach
Create metrics to gauge recency, frequency and monetary at customer level
Apply a clustering algorithm to cluster customers as low, medium and high value
High
Low
Medium
Implementation