Hi,
I have been fitting a pymc-marketing model by using the MMM() constructor and customizing some parts of it using the model_config parameter.
I would now like to create the pymc code in the sense of
with pm.Model() as model:
...
of course including all the concrete transformations like adstock, saturation, seasonality asf.
Is this possible in some way “out of the box” or otherwise what would be the best way to reach this?
Best regards
Matthias