You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working with the multidimensional MMM implementation (pymc_marketing/mmm/multidimensional.py) and I’m trying to replicate the same workflow I use with the “standard” MMM class (pymc_marketing/mmm/mmm.py) for plotting prior predictive.
With the MMM class in mmm.py, I’m able to generate and plot prior predictive checks (e.g., via the model’s prior predictive sampling / helper methods, then plotting the resulting draws over time). However, with the multidimensional MMM object I’m not sure what the intended pattern is, or which helper method(s) to use.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working with the multidimensional MMM implementation (pymc_marketing/mmm/multidimensional.py) and I’m trying to replicate the same workflow I use with the “standard” MMM class (pymc_marketing/mmm/mmm.py) for plotting prior predictive.
With the MMM class in mmm.py, I’m able to generate and plot prior predictive checks (e.g., via the model’s prior predictive sampling / helper methods, then plotting the resulting draws over time). However, with the multidimensional MMM object I’m not sure what the intended pattern is, or which helper method(s) to use.
Beta Was this translation helpful? Give feedback.
All reactions