Customer Segmentation
Score customers based on their behaviors and purchasing data
@kaggle.joebeachcapital_customer_segmentation
Score customers based on their behaviors and purchasing data
@kaggle.joebeachcapital_customer_segmentation
Mall Customer Segmentation Data
Using Unsupervised Learning Techniques to Perform Market Basket Analysis: Implementing Customer Segmentation Concepts to score a customer based on their behaviors and purchasing data.
CREATE TABLE mall_customers (
"customerid" BIGINT,
"gender" VARCHAR,
"age" BIGINT,
"annual_income_k" BIGINT -- Annual Income (k$),
"spending_score_1_100" BIGINT -- Spending Score (1-100)
);Anyone who has the link will be able to view this.