Simply trying to sample from the posterior predictive on my pre-defined model, using
ppc = pm.sample_posterior_predictive(trace, samples=500, model=model)
and I get the error
AttributeError: 'module' object has no attribute 'sample_posterior_predictive'
What’s going on?
pymc3 is imported as pm.