get_prior_predictive#
- pymc_marketing.data.idata.utils.get_prior_predictive(idata)[source]#
Return the prior_predictive group from idata.
- Parameters:
- idata
az.InferenceData InferenceData object holding the fitted model results.
- idata
- Returns:
xr.DatasetThe prior_predictive group.
- Raises:
ValueErrorIf prior_predictive is absent from idata.