lightweight_mmm icon indicating copy to clipboard operation
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.

Results 125 lightweight_mmm issues
Sort by recently updated
recently updated
newest added
trafficstars

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. ![image](https://github.com/google/lightweight_mmm/assets/53493134/6cfda4a7-4e27-4169-ab4d-b77bfac826b9) ![image](https://github.com/google/lightweight_mmm/assets/53493134/97227b36-39c5-4ab3-83d6-4f5e9570b57d)

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....