ModelAdapter.sample_prior_predictive#
- ModelAdapter.sample_prior_predictive(**kwargs)[source]#
Sample the prior predictive phase.
- Parameters:
**kwargs (
Any) – Forwarded to the backend’s prior-predictive sampler, overriding the model’s storedprior_sample_kwargsfor this call only.- Raises:
PriorPredictiveNotSupportedException – For backends without a prior predictive phase.
- Return type:
None