3 datasets found
  1. Predicting Coupon Redemption

    • kaggle.com
    Updated Nov 17, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    vasudeva (2019). Predicting Coupon Redemption [Dataset]. https://www.kaggle.com/vasudeva009/predicting-coupon-redemption/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Nov 17, 2019
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    vasudeva
    Description

    Problem Statement

    Predicting Coupon Redemption

    XYZ Credit Card company regularly helps its merchants understand their data better and take key business decisions accurately by providing machine learning and analytics consulting. ABC is an established Brick & Mortar retailer that frequently conducts marketing campaigns for its diverse product range. As a merchant of XYZ, they have sought XYZ to assist them in their discount marketing process using the power of machine learning.

    Discount marketing and coupon usage are very widely used promotional techniques to attract new customers and to retain & reinforce loyalty of existing customers. The measurement of a consumer’s propensity towards coupon usage and the prediction of the redemption behaviour are crucial parameters in assessing the effectiveness of a marketing campaign.

    ABC promotions are shared across various channels including email, notifications, etc. A number of these campaigns include coupon discounts that are offered for a specific product/range of products. The retailer would like the ability to predict whether customers redeem the coupons received across channels, which will enable the retailer’s marketing team to accurately design coupon construct, and develop more precise and targeted marketing strategies.

    The data available in this problem contains the following information, including the details of a sample of campaigns and coupons used in previous campaigns -

    User Demographic Details

    Campaign and coupon Details

    Product details

    Previous transactions

    Based on previous transaction & performance data from the last 18 campaigns, predict the probability for the next 10 campaigns in the test set for each coupon and customer combination, whether the customer will redeem the coupon or not?

    Dataset Description

    Here is the schema for the different data tables available. The detailed data dictionary is provided next.

    You are provided with the following files:

    train.csv: Train data containing the coupons offered to the given customers under the 18 campaigns

    VariableDefinition
    idUnique id for coupon customer impression
    campaign_idUnique id for a discount campaign
    coupon_idUnique id for a discount coupon
    customer_idUnique id for a customer
    redemption_status(target) (0 - Coupon not redeemed, 1 - Coupon redeemed)

    campaign_data.csv: Campaign information for each of the 28 campaigns

    VariableDefinition
    campaign_idUnique id for a discount campaign
    campaign_typeAnonymised Campaign Type (X/Y)
    start_dateCampaign Start Date
    end_dateCampaign End Date

    coupon_item_mapping.csv: Mapping of coupon and items valid for discount under that coupon

    VariableDefinition
    coupon_idUnique id for a discount coupon (no order)
    item_idUnique id for items for which given coupon is valid (no order)

    customer_demographics.csv: Customer demographic information for some customers

    VariableDefinition
    customer_idUnique id for a customer
    age_rangeAge range of customer family in years
    marital_statusMarried/Single
    rented0 - not rented accommodation, 1 - rented accommodation
    family_sizeNumber of family members
    no_of_childrenNumber of children in the family
    income_bracketLabel Encoded Income Bracket (Higher income corresponds to higher number)

    customer_transaction_data.csv: Transaction data for all customers for duration of campaigns in the train data

    VariableDefinition
    dateDate of Transaction
    customer_idUnique id for a customer
    item_idUnique id for item
    quantityquantity of item bought
    selling_priceSales value of the transaction
    other_discountDiscount from other sources such as manufacturer coupon/loyalty card
    coupon_discountDiscount availed from retailer coupon

    item_data.csv: Item information for each item sold by the retailer

    VariableDefinition
    item_idUnique id for itemv
    brandUnique id for item brand
    brand_typeBrand Type (local/Established)
    categoryItem Category

    test.csv: Contains the coupon customer combination for which redemption status is to be predicted

    VariableDefinition
    idUnique id for coupon customer impression
    campaign_idUnique id for a discount campaign
    coupon_idUnique id for a discount coupon
    customer_idUnique id for a customer

    To summarise the entire process:

    • Customers receive coupons under various campaigns and may choose to redeem it.
    • They can redeem the given coupon for any valid product for that coupon as per coupon item mapping within the duration between campaign start date and end date
    • Next, the customer will redeem the coupon for an item at the retailer store and that will reflect in the transaction table in the column co...
  2. Predicting Coupon Redemption_Feature Selection

    • kaggle.com
    zip
    Updated Nov 17, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    vasudeva (2019). Predicting Coupon Redemption_Feature Selection [Dataset]. https://www.kaggle.com/vasudeva009/predicting-coupon-redemption-feature-selection
    Explore at:
    zip(65337333 bytes)Available download formats
    Dataset updated
    Nov 17, 2019
    Authors
    vasudeva
    Description

    Problem Statement

    Predicting Coupon Redemption

    XYZ Credit Card company regularly helps its merchants understand their data better and take key business decisions accurately by providing machine learning and analytics consulting. ABC is an established Brick & Mortar retailer that frequently conducts marketing campaigns for its diverse product range. As a merchant of XYZ, they have sought XYZ to assist them in their discount marketing process using the power of machine learning.

    Discount marketing and coupon usage are very widely used promotional techniques to attract new customers and to retain & reinforce loyalty of existing customers. The measurement of a consumer’s propensity towards coupon usage and the prediction of the redemption behaviour are crucial parameters in assessing the effectiveness of a marketing campaign.

    ABC promotions are shared across various channels including email, notifications, etc. A number of these campaigns include coupon discounts that are offered for a specific product/range of products. The retailer would like the ability to predict whether customers redeem the coupons received across channels, which will enable the retailer’s marketing team to accurately design coupon construct, and develop more precise and targeted marketing strategies.

    The data available in this problem contains the following information, including the details of a sample of campaigns and coupons used in previous campaigns -

    User Demographic Details

    Campaign and coupon Details

    Product details

    Previous transactions

    Based on previous transaction & performance data from the last 18 campaigns, predict the probability for the next 10 campaigns in the test set for each coupon and customer combination, whether the customer will redeem the coupon or not?

    Dataset Description

    Here is the schema for the different data tables available. The detailed data dictionary is provided next.

    You are provided with the following files:

    train.csv: Train data containing the coupons offered to the given customers under the 18 campaigns

    VariableDefinition
    idUnique id for coupon customer impression
    campaign_idUnique id for a discount campaign
    coupon_idUnique id for a discount coupon
    customer_idUnique id for a customer
    redemption_status(target) (0 - Coupon not redeemed, 1 - Coupon redeemed)

    campaign_data.csv: Campaign information for each of the 28 campaigns

    VariableDefinition
    campaign_idUnique id for a discount campaign
    campaign_typeAnonymised Campaign Type (X/Y)
    start_dateCampaign Start Date
    end_dateCampaign End Date

    coupon_item_mapping.csv: Mapping of coupon and items valid for discount under that coupon

    VariableDefinition
    coupon_idUnique id for a discount coupon (no order)
    item_idUnique id for items for which given coupon is valid (no order)

    customer_demographics.csv: Customer demographic information for some customers

    VariableDefinition
    customer_idUnique id for a customer
    age_rangeAge range of customer family in years
    marital_statusMarried/Single
    rented0 - not rented accommodation, 1 - rented accommodation
    family_sizeNumber of family members
    no_of_childrenNumber of children in the family
    income_bracketLabel Encoded Income Bracket (Higher income corresponds to higher number)

    customer_transaction_data.csv: Transaction data for all customers for duration of campaigns in the train data

    VariableDefinition
    dateDate of Transaction
    customer_idUnique id for a customer
    item_idUnique id for item
    quantityquantity of item bought
    selling_priceSales value of the transaction
    other_discountDiscount from other sources such as manufacturer coupon/loyalty card
    coupon_discountDiscount availed from retailer coupon

    item_data.csv: Item information for each item sold by the retailer

    VariableDefinition
    item_idUnique id for itemv
    brandUnique id for item brand
    brand_typeBrand Type (local/Established)
    categoryItem Category

    test.csv: Contains the coupon customer combination for which redemption status is to be predicted

    VariableDefinition
    idUnique id for coupon customer impression
    campaign_idUnique id for a discount campaign
    coupon_idUnique id for a discount coupon
    customer_idUnique id for a customer

    To summarise the entire process:

    • Customers receive coupons under various campaigns and may choose to redeem it.
    • They can redeem the given coupon for any valid product for that coupon as per coupon item mapping within the duration between campaign start date and end date
    • Next, the customer will redeem the coupon for an item at the retailer store and that will reflect in the transaction table in the column coupon_discount.

    Public and Private Split

    • Test data is further randomly divided into Public (40%) and Private data (60%)
    • Your initial responses will be checked and scored on the Public data.
    • The final rankings would be based on your private score which will be published once the competition is over.

    Note

    • AV_amex_lgb_folds_v28.csv Private Score of 92.50 (Submitted)
    • AV_amex_stack2_folds_v28.csv Private Score 92.811 (Best out of all - mean of CB and LGBM)
    • Stacking always works, dont ignore whatever Public LB says
    • Kaggle Link Best Kernel -**v31**
  3. Predicting Coupon Redemption_SMOTE

    • kaggle.com
    zip
    Updated Nov 16, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    vasudeva (2019). Predicting Coupon Redemption_SMOTE [Dataset]. https://www.kaggle.com/vasudeva009/predicting-coupon-redemption-smote
    Explore at:
    zip(23603565 bytes)Available download formats
    Dataset updated
    Nov 16, 2019
    Authors
    vasudeva
    Description

    Problem Statement

    Predicting Coupon Redemption

    XYZ Credit Card company regularly helps its merchants understand their data better and take key business decisions accurately by providing machine learning and analytics consulting. ABC is an established Brick & Mortar retailer that frequently conducts marketing campaigns for its diverse product range. As a merchant of XYZ, they have sought XYZ to assist them in their discount marketing process using the power of machine learning.

    Discount marketing and coupon usage are very widely used promotional techniques to attract new customers and to retain & reinforce loyalty of existing customers. The measurement of a consumer’s propensity towards coupon usage and the prediction of the redemption behaviour are crucial parameters in assessing the effectiveness of a marketing campaign.

    ABC promotions are shared across various channels including email, notifications, etc. A number of these campaigns include coupon discounts that are offered for a specific product/range of products. The retailer would like the ability to predict whether customers redeem the coupons received across channels, which will enable the retailer’s marketing team to accurately design coupon construct, and develop more precise and targeted marketing strategies.

    The data available in this problem contains the following information, including the details of a sample of campaigns and coupons used in previous campaigns -

    User Demographic Details

    Campaign and coupon Details

    Product details

    Previous transactions

    Based on previous transaction & performance data from the last 18 campaigns, predict the probability for the next 10 campaigns in the test set for each coupon and customer combination, whether the customer will redeem the coupon or not?

    Dataset Description

    Here is the schema for the different data tables available. The detailed data dictionary is provided next.

    You are provided with the following files:

    train.csv: Train data containing the coupons offered to the given customers under the 18 campaigns

    VariableDefinition
    idUnique id for coupon customer impression
    campaign_idUnique id for a discount campaign
    coupon_idUnique id for a discount coupon
    customer_idUnique id for a customer
    redemption_status(target) (0 - Coupon not redeemed, 1 - Coupon redeemed)

    campaign_data.csv: Campaign information for each of the 28 campaigns

    VariableDefinition
    campaign_idUnique id for a discount campaign
    campaign_typeAnonymised Campaign Type (X/Y)
    start_dateCampaign Start Date
    end_dateCampaign End Date

    coupon_item_mapping.csv: Mapping of coupon and items valid for discount under that coupon

    VariableDefinition
    coupon_idUnique id for a discount coupon (no order)
    item_idUnique id for items for which given coupon is valid (no order)

    customer_demographics.csv: Customer demographic information for some customers

    VariableDefinition
    customer_idUnique id for a customer
    age_rangeAge range of customer family in years
    marital_statusMarried/Single
    rented0 - not rented accommodation, 1 - rented accommodation
    family_sizeNumber of family members
    no_of_childrenNumber of children in the family
    income_bracketLabel Encoded Income Bracket (Higher income corresponds to higher number)

    customer_transaction_data.csv: Transaction data for all customers for duration of campaigns in the train data

    VariableDefinition
    dateDate of Transaction
    customer_idUnique id for a customer
    item_idUnique id for item
    quantityquantity of item bought
    selling_priceSales value of the transaction
    other_discountDiscount from other sources such as manufacturer coupon/loyalty card
    coupon_discountDiscount availed from retailer coupon

    item_data.csv: Item information for each item sold by the retailer

    VariableDefinition
    item_idUnique id for itemv
    brandUnique id for item brand
    brand_typeBrand Type (local/Established)
    categoryItem Category

    test.csv: Contains the coupon customer combination for which redemption status is to be predicted

    VariableDefinition
    idUnique id for coupon customer impression
    campaign_idUnique id for a discount campaign
    coupon_idUnique id for a discount coupon
    customer_idUnique id for a customer

    To summarise the entire process:

    • Customers receive coupons under various campaigns and may choose to redeem it.
    • They can redeem the given coupon for any valid product for that coupon as per coupon item mapping within the duration between campaign start date and end date
    • Next, the customer will redeem the coupon for an item at the retailer store and that will reflect in the transaction table in the column coupon_discount.

    Public and Private Split

    • Test data is further randomly divided into Public (40%) and Private data (60%)
    • Your initial responses will be checked and scored on the Public data.
    • The final rankings would be based on your private score which will be published once the competition is over.

    Note

    • AV_amex_lgb_folds_v28.csv Private Score of 92.50 (Submitted)
    • AV_amex_stack2_folds_v28.csv Private Score 92.811 (Best out of all - mean of CB and LGBM)
    • Stacking always works, dont ignore whatever Public LB says
    • Kaggle Link Best Kernel -**v31**
  4. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
vasudeva (2019). Predicting Coupon Redemption [Dataset]. https://www.kaggle.com/vasudeva009/predicting-coupon-redemption/discussion
Organization logo

Predicting Coupon Redemption

Explore at:
16 scholarly articles cite this dataset (View in Google Scholar)
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Nov 17, 2019
Dataset provided by
Kagglehttp://kaggle.com/
Authors
vasudeva
Description

Problem Statement

Predicting Coupon Redemption

XYZ Credit Card company regularly helps its merchants understand their data better and take key business decisions accurately by providing machine learning and analytics consulting. ABC is an established Brick & Mortar retailer that frequently conducts marketing campaigns for its diverse product range. As a merchant of XYZ, they have sought XYZ to assist them in their discount marketing process using the power of machine learning.

Discount marketing and coupon usage are very widely used promotional techniques to attract new customers and to retain & reinforce loyalty of existing customers. The measurement of a consumer’s propensity towards coupon usage and the prediction of the redemption behaviour are crucial parameters in assessing the effectiveness of a marketing campaign.

ABC promotions are shared across various channels including email, notifications, etc. A number of these campaigns include coupon discounts that are offered for a specific product/range of products. The retailer would like the ability to predict whether customers redeem the coupons received across channels, which will enable the retailer’s marketing team to accurately design coupon construct, and develop more precise and targeted marketing strategies.

The data available in this problem contains the following information, including the details of a sample of campaigns and coupons used in previous campaigns -

User Demographic Details

Campaign and coupon Details

Product details

Previous transactions

Based on previous transaction & performance data from the last 18 campaigns, predict the probability for the next 10 campaigns in the test set for each coupon and customer combination, whether the customer will redeem the coupon or not?

Dataset Description

Here is the schema for the different data tables available. The detailed data dictionary is provided next.

You are provided with the following files:

train.csv: Train data containing the coupons offered to the given customers under the 18 campaigns

VariableDefinition
idUnique id for coupon customer impression
campaign_idUnique id for a discount campaign
coupon_idUnique id for a discount coupon
customer_idUnique id for a customer
redemption_status(target) (0 - Coupon not redeemed, 1 - Coupon redeemed)

campaign_data.csv: Campaign information for each of the 28 campaigns

VariableDefinition
campaign_idUnique id for a discount campaign
campaign_typeAnonymised Campaign Type (X/Y)
start_dateCampaign Start Date
end_dateCampaign End Date

coupon_item_mapping.csv: Mapping of coupon and items valid for discount under that coupon

VariableDefinition
coupon_idUnique id for a discount coupon (no order)
item_idUnique id for items for which given coupon is valid (no order)

customer_demographics.csv: Customer demographic information for some customers

VariableDefinition
customer_idUnique id for a customer
age_rangeAge range of customer family in years
marital_statusMarried/Single
rented0 - not rented accommodation, 1 - rented accommodation
family_sizeNumber of family members
no_of_childrenNumber of children in the family
income_bracketLabel Encoded Income Bracket (Higher income corresponds to higher number)

customer_transaction_data.csv: Transaction data for all customers for duration of campaigns in the train data

VariableDefinition
dateDate of Transaction
customer_idUnique id for a customer
item_idUnique id for item
quantityquantity of item bought
selling_priceSales value of the transaction
other_discountDiscount from other sources such as manufacturer coupon/loyalty card
coupon_discountDiscount availed from retailer coupon

item_data.csv: Item information for each item sold by the retailer

VariableDefinition
item_idUnique id for itemv
brandUnique id for item brand
brand_typeBrand Type (local/Established)
categoryItem Category

test.csv: Contains the coupon customer combination for which redemption status is to be predicted

VariableDefinition
idUnique id for coupon customer impression
campaign_idUnique id for a discount campaign
coupon_idUnique id for a discount coupon
customer_idUnique id for a customer

To summarise the entire process:

  • Customers receive coupons under various campaigns and may choose to redeem it.
  • They can redeem the given coupon for any valid product for that coupon as per coupon item mapping within the duration between campaign start date and end date
  • Next, the customer will redeem the coupon for an item at the retailer store and that will reflect in the transaction table in the column co...
Search
Clear search
Close search
Google apps
Main menu