Please use the following link to open the notebook.
This is an independent Jupyter notebook where we want to predict whether a customer will buy a term loan or not
It is a dataset, describing the results of marketing campaigns run by a Portuguese bank.
Conducted campaigns were based mostly on direct phone calls, offering clients to place a term deposit.
If after all marketing efforts, client had agreed to place the deposit - target variable is marked yes
, otherwise no
- Reducing the costs of the marketing teams incurred during campaigns
- Improving the success rate of the converting the prospect to customer
N
is the size of each of my deciles (10% of the original population).Event Rate
andNon Event Rate
will add upto 100%.KS
is the difference betweenCum ECR
andCum NECR
. We want to check where it maximizes (yellow shaded cell).- In the
No Model Scenario
, we are taking the standard assumption that each decile is only contributing to 10% event capture. This will be useful for the baseline comparision - Hence, we can target the top 2 deciles to capture (Total Event Capture Rate => 46 +18 => 64%).
- The maximum discrimantion is achieved in the top 2 deciles but we can also move upto the 3rd decile.
If we were to target the top 3 deciles {10, 9, 8} then we would captured 71% compared to 30% in a no model scenario
We can also design audience profiles and perform prioritze targeting to improve overall perfomance when compared to random selection of audience
- Audience Profile creation