-
Notifications
You must be signed in to change notification settings - Fork 326
Closed
Labels
MMMgood first issueGood for newcomers . Doesn't require extensive knowledge of the repo and packageGood for newcomers . Doesn't require extensive knowledge of the repo and packagehelp wantedExtra attention is neededExtra attention is needed
Description
pymc-marketing/pymc_marketing/mmm/delayed_saturated_mmm.py
Lines 123 to 126 in d4feeea
| channel_prior = self._preprocess_channel_prior() | |
| beta_channel = self.model.register_rv( | |
| rv_var=channel_prior, name="beta_channel", dims="channel" | |
| ) |
Right now it is mixed logic of creating RV and registering it in the model. In principle that should be the only one method that returns already registered RV. That will allow a user to override prior specification
related to #267
Metadata
Metadata
Assignees
Labels
MMMgood first issueGood for newcomers . Doesn't require extensive knowledge of the repo and packageGood for newcomers . Doesn't require extensive knowledge of the repo and packagehelp wantedExtra attention is neededExtra attention is needed