google / lightweight_mmm

LightweightMMM 🦇 is a lightweight Bayesian Marketing Mix Modeling (MMM) library that allows users to easily train MMMs and obtain channel attribution information.
https://lightweight-mmm.readthedocs.io/en/latest/index.html
Apache License 2.0
829 stars 172 forks source link

How can I input future media_data_test for optimization in upcoming periods? #285

Open choppertony1989 opened 6 months ago

choppertony1989 commented 6 months ago

To generate predictions, we need to provide de media_data_test with impressions or any other media exposure variable. However, how can I provide this data if, for example, impressions for the upcoming week are unknown?

From the examples I've observed, predictions appear to be used exclusively for historical data. How does this contribute to optimizing for the future?

I'm uncertain whether this question is too basic or if the primary purpose of this package is to help us understand how our strategy could have been improved.

Stephaniav1901 commented 4 months ago

Hi, @choppertony1989 did you manage to solve this?