pymc-marketing icon indicating copy to clipboard operation
pymc-marketing copied to clipboard

Add `kwargs` to `fit` method in `ModelBuilder` for prior and posterior predictive sampling steps.

Open juanitorduz opened this issue 2 years ago • 2 comments

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

juanitorduz avatar Aug 18 '23 20:08 juanitorduz

I'll also make the additional samplings triggered by fit() flag dependant (so they will be off by default)

michaelraczycki avatar Aug 19 '23 11:08 michaelraczycki

Related to #742

williambdean avatar Jul 09 '24 07:07 williambdean