Skip to content

Commit fb6b1e9

Browse files
committed
docs: update
1 parent 079e131 commit fb6b1e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc_extras/model_builder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@ def sample_posterior_predictive(self, X_pred, extend_idata, predictions, combine
638638
The input data used for prediction using prior distribution..
639639
extend_idata : Boolean determining whether the predictions should be added to inference data object.
640640
Defaults to False.
641+
predictions : Boolean determing whether to use the predictions group for posterior predictive sampling.
642+
Defaults to True.
641643
combined: Combine chain and draw dims into sample. Won't work if a dim named sample already exists.
642644
Defaults to True.
643645
**kwargs: Additional arguments to pass to pymc.sample_posterior_predictive

0 commit comments

Comments
 (0)