pymc-labs / pymc-marketing

Bayesian marketing toolbox in PyMC. Media Mix (MMM), customer lifetime value (CLV), buy-till-you-die (BTYD) models and more.
https://www.pymc-marketing.io/
Apache License 2.0
710 stars 200 forks source link

Add study case with MMM + CLV #64

Open ricardoV94 opened 2 years ago

ricardoV94 commented 2 years ago

Create some fake dataset with continuous non-contractual process and build a story around:

  1. Using MMM to infer cost of acquisition across different channels
  2. Using CLV to infer differential lifetime value of customers coming from different channels
  3. Making business decision that takes the two sources of information into account a. Preferring to invest in a channel with higher CAC because of higher CLV b. Binary decision to not further invest in channel if CLV is lower than CAC

Requires: #24, #19, #39

We might use this case-study for the initial announcement of the package

ColtAllen commented 9 months ago

I could also see RFM Segmentation being valuable for this, because customers in different segments would benefit from different strategies, which can be tied back directly to marketing budgets and channel contributions.