Open wd60622 opened 3 weeks ago
I'm actually working on a PR right now that involves plotting prior predictives. This can't be done with the ModelBuilder
methods due to the X-Y convention, so I've been using the following approach:
with clv_model.model:
prior_idata = pymc.sample_prior_predictive()
Yup, understand that limitation. I plan to rework that in the near future
Is this a workflow that you use @ColtAllen?
This gets inherited from the
ModelBuilder
(and shows in the docs) but isn't actually implemented, right?