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

Hello, I am currently working on constructing an MMM model, but the media data involved is multivariate in nature. To provide some context, the media features encompass not only costs...

Hi team, I used the package to fit both adstock and carryover models. I have 6 media channels, 2 extra features and states as geo with 3.5 yrs of weekly...

Hi team - I am building a MMM model with 8 channels and 2 extra features. It is a geo model at US state level (51 geos). I used the...

Hi, I'm trying to use use LMMM with one single channel to see how much it contributed to inspected kpi (I'd like to know how much of extra kpi was...

In MMM usually, the input is the cost per channel per day, external features (e.g. holidays, conferences, etc.), and the target signal. However here, the costs are the total costs...

Hi has anyone faced the below error when trying to run optimize_media.find_optimal_budgets--Budget given is smaller than the lower bounds of the constraints for optimization. This will lead to faulty optimization....

Anyone tried using LMMM on the default dataset of Robyn (dt_simulated_weekly). I wanted to compare the results from LMMM and Robyn so I did. LMMM results seem reasonable at some...

The example notebooks call `set_precision` of a pandas dataframe's Styler object, which is deprecated since pandas 1.3 and remoted in pandas 2.0 (c.f. https://pandas.pydata.org/pandas-docs/version/1.5/reference/api/pandas.io.formats.style.Styler.set_precision.html), for example in this cell: https://github.com/google/lightweight_mmm/blob/f61a18b9883c2dccac8e360970935e3b6ee8265e/examples/simple_end_to_end_demo.ipynb#L395...

![image](https://github.com/google/lightweight_mmm/assets/142459520/39c48038-5563-4a4f-860a-6a56f973f585) extra_features – Other variables to add to the model. Your explanation is too simple, if my target is visit, can I put other variables like order, revenue, cart add,...

Im running the demo, and trying to keep one of the channels constant (with lower/upper bounds = 0). It works fine when im using (btw i removed the extra features...