A food company wants to produce the highest profit for the next direct marketing campaign, scheduled for the next month. A pilot campaign involving 2.240 customers was carried out, customers who bought the offer were properly labeled.
After doing prediction and give proper simulation, using our model and recommendation can potentially increase up to 19.37% conversion rate and also can increase 40.91% revenue
The objective of this project is to develop a model that predicts customer behavior whether it'll reponse/accept the marketing campaign or not.
Moreover, other than maximizing the profit of the campaign, the CMO is interested in understanding to study the characteristic features of those customers who are willing to buy the gadget.
The steps are:
- Data Exploration
- Segmentation
- Classification Model
Our goals is to get 20% conversion rate increment
and get 15% revenue increment
next year (2023)
Our data consist of 2240 customer data. There are 27 independent features and 1 target feature. Our target feature explain whether our customer will response our campaign or not. Data Source: link
- Feature Extraction
- Missing Values Handling
- Outlier Handling
- Feature Encoding
- Feature Transformation
- Feature Scaling
- Feature Selection
- Imbalaced Target Handling
We use 6 types of algorithm:
- Logistic Regression
- Decission Tree Classifier
- Random Forest
- Ada Boosting Classifier
- Gradient Boosting Classifeir
- XGB Classifier
then we try to do experiment to compare SMOTEENN and SMOTE-NC method on AUC Score
Result : We got XGB Classifier SMOTEENN as the best model, because:
- it has highest AUC
- It didn't too overfitting
- Segment 1: low recency, low spending amount, low frequency
- Segment 2: high recency, low spending amount, low frequency
- Segment 3: low recency, high spending amount, high frequency
- Using 15% MntMeatProducts Increment
- Using 5% NumWebPurchase Increment
- Using 15% Num Store Purchase Reduction
- Discount Offering
Implementing recommendation above can potentially increase 5.84% conversion rate (response rate) and increase 40.91 % Revenue