Closed
Description
Currently, the easiest way to get data from pymc3 into arviz is via pm.sample(return_inferencedata=True)
, which gives back an arviz InferenceData object. However, pm.sample_posterior_predictive()
only supports dictionary returns.
It's unclear what the right approach is, as at this point the InferenceData object is already created. I guess we either need an easy, dimension-aware way to add the PPC data later or create a new object with it.
Metadata
Metadata
Assignees
Labels
No labels