Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Media Mix Modelling

Дата публикации: 19-07-2026 08:00:54

Reply by Claude
Since you’re building an MMM, the fastest path is pymc-marketing, which has a ready-made MMM class rather than making you wire everything up in raw PyMC. A few docs that answer your questions directly:
MMM Example Notebook — end-to-end walkthrough of the whole workflow. Best starting point.
Custom Models with MMM components — covers the adstock and saturation transforms and how to swap between them.
On your specific questions:
Saturation curve — don’t pick by intuition. Fit a couple of candidates (LogisticSaturation is the usual default; MichaelisMenten / HillSaturation are common alternatives) and compare with posterior predictive checks and LOO/WAIC. Let the data and prior knowledge about diminishing returns decide.
Interaction terms — you don’t need the full combinatorial explosion. Standard MMM practice is to start with the additive model (each channel gets its own adstock + saturation, no interactions) and only add an interaction where you have a real business reason to expect one (e.g. TV lifting search response). Testing every combination will overfit and isn’t how MMMs are usually specified.
Start with the example notebook, get a baseline additive model running on your data, then iterate. Happy to help with something more specific once you’ve got that going.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Hierarchical model with copula on GPU: NumPyro or nutpie using PyMC 5.19?09.5709-07-2026
2🚀 Release pymc-extras v0.13.1019.6319-07-2026
3Hidden Markov Models in PyMC: marginalize and recover a DiscreteMarkovChain04.7813-07-2026
4🚀 Release pymc-extras v0.14.0019.6328-07-2026
5Pymc_forecast — a new Bayesian time-series forecasting toolkit for PyMC019.3517-07-2026
6Priors, begginer questions and Titanic Data05.2331-07-2026
7Regarding GSOC 2027 and PyMC projects07.7328-07-2026
8New contributor looking to get started — background in ML/RAG research010.4223-07-2026
9Online bayesian smoothing for streaming state space models06.8724-07-2026
10Arviz Issues following Tutorials07.4421-07-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 11.74. Источник: discourse.pymc.io.