BaseValidateMMM.plot_posterior_predictive#

BaseValidateMMM.plot_posterior_predictive(original_scale=False, ax=None, **plt_kwargs)#

Plot posterior distribution from the model fit.

Parameters:
original_scalebool, optional

Whether to plot in the original scale.

axplt.Axes, optional

Matplotlib axis object.

**plt_kwargs

Keyword arguments passed to plt.subplots.

Returns:
plt.Figure