Marketing Promotion Campaign Uplift Modelling
Customer Retention data for Churn Prediction or Uplift Modelling
@kaggle.davinwijaya_customer_retention
Customer Retention data for Churn Prediction or Uplift Modelling
@kaggle.davinwijaya_customer_retention
CREATE TABLE data (
"recency" BIGINT,
"history" DOUBLE,
"used_discount" BIGINT,
"used_bogo" BIGINT,
"zip_code" VARCHAR,
"is_referral" BIGINT,
"channel" VARCHAR,
"offer" VARCHAR,
"conversion" BIGINT
);
Anyone who has the link will be able to view this.