Baselight

Marketing Promotion Campaign Uplift Modelling

Customer Retention data for Churn Prediction or Uplift Modelling

@kaggle.davinwijaya_customer_retention

Data
@kaggle.davinwijaya_customer_retention.data

  • 409.4 KB
  • 64000 rows
  • 9 columns
recency

Recency

history

History

used_discount

Used Discount

used_bogo

Used Bogo

zip_code

Zip Code

is_referral

Is Referral

channel

Channel

offer

Offer

conversion

Conversion

10142.441SurburbanPhoneBuy One Get One
6329.0811Rural1WebNo Offer
7180.651Surburban1WebBuy One Get One
9675.831Rural1WebDiscount
245.341UrbanWebBuy One Get One
6134.831SurburbanPhoneBuy One Get One1
9280.21Surburban1PhoneBuy One Get One
946.421UrbanPhoneBuy One Get One
9675.0711Rural1PhoneDiscount
1032.841Urban1WebBuy One Get One

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
);

Share link

Anyone who has the link will be able to view this.