lightweight_mmm
lightweight_mmm copied to clipboard
LightweightMMM 🦇 is a lightweight Bayesian Marketing Mix Modeling (MMM) library that allows users to easily train MMMs and obtain channel attribution information.
I'm looking to make a partially pooled media variable. Such that Facebook and TV ads can not only get separate priors, but be pooled such that the individual coefficient for...
I am running the dummy data for lightweight MMM, and when I run the code, below is the error message. I just started using lightweight MMM today. so everything should...
I've built a few models (they converged) and I've noticed this with all of them. When you sum the media contribution percentage (the dataframe is obtained using plot.create_media_baseline_contribution_df) from all...
I have been experimenting a bit with LightweightMMM and marketing mixed models and came across this blog post. https://docs.google.com/spreadsheets/d/1A5XqvMegNanQTVsr7mhHP_BcjwoDSh1D9ZgDxKUvb4A/edit?pli=1#gid=0 https://getrecast.com/seasonality/ > we model an ROI for every channel, for every...
This PR fixes the alignment for compare budget when there are multiple labels ### Before ### After
This PR is related to https://github.com/google/lightweight_mmm/issues/154 and PR https://github.com/google/lightweight_mmm/pull/260 It adds flexibility to customise the barplot by passing an optional config mapping
In a blog post from PyMC marketing and Recast, there have been discussions regarding implementing time-varying coefficients to account for how seasonality effects marketing in a more deliberate way -...
Hi, After building the MMM model, I realized that it tends to underestimate the effect of some top-of-funnel channels which are mainly used for acquisition (Paid Social , TV) and...
I ran a model with R2 = 0.72 but when I run the budget optmization the value pre and post is the same.  
Hi, thank you for your hard work! Reading through the documentation and the code base I can see how we can set custom priors for the coefficients of the regression....