MMMModelBuilder.plot_components_contributions#

MMMModelBuilder.plot_components_contributions(**plt_kwargs)[source]#

Plot the target variable and the posterior predictive model components.

We can plot the target variable and the posterior predictive model components in the scaled space or the original space.

**plt_kwargs

Additional keyword arguments to pass to plt.subplots.

Returns:
plt.Figure