We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86992b commit fd17931Copy full SHA for fd17931
pymc_extras/model_builder.py
@@ -530,7 +530,7 @@ def predict(
530
self,
531
X_pred: np.ndarray | pd.DataFrame | pd.Series,
532
extend_idata: bool = True,
533
- predictions: bool = False,
+ predictions: bool = True,
534
**kwargs,
535
) -> np.ndarray:
536
"""
@@ -704,7 +704,7 @@ def predict_posterior(
704
705
706
combined: bool = True,
707
708
709
) -> xr.DataArray:
710
0 commit comments