-
Good morning! my_model_config = {
"saturation_beta": {
"dist": "HalfNormal",
"kwargs": {"sigma": prior_sigma},
},
} -Referring to the prior as 'beta_channel' (https://www.pymc-marketing.io/en/stable/api/generated/pymc_marketing.mmm.mmm.MMM.html) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
it looks like the notebook is outdated: #1190 (comment) |
Beta Was this translation helpful? Give feedback.
-
Custom prior are done with the |
Beta Was this translation helpful? Give feedback.
-
"beta_channel" is stale and is not used anymore. Use "saturation_" prefixed variables for the mutliplying effect. That is usually "saturation_beta" but will be "saturation_alpha" for the Menten saturation. I have raised an issue here #1256 to try to catch these earlier |
Beta Was this translation helpful? Give feedback.
"beta_channel" is stale and is not used anymore. Use "saturation_" prefixed variables for the mutliplying effect. That is usually "saturation_beta" but will be "saturation_alpha" for the Menten saturation. I have raised an issue here #1256 to try to catch these earlier