pymc-marketing
pymc-marketing copied to clipboard
Add `kwargs` to `fit` method in `ModelBuilder` for prior and posterior predictive sampling steps.
At the moment the .fit methods does 3 samplings: prior predictive, inference and posterior predictive. At the moment, we can just pass kwargs to the sampler but not to the other two, see https://github.com/pymc-labs/pymc-marketing/blob/main/pymc_marketing/model_builder.py#L308-#L309
I'll also make the additional samplings triggered by fit() flag dependant (so they will be off by default)
Related to #742