MMM.plot_components_contributions#
- MMM.plot_components_contributions(original_scale=False, **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 in the original space.
- Parameters:
 - original_scalebool, optional
 Whether to plot in the original scale.
- **plt_kwargs
 Additional keyword arguments to pass to
plt.subplots.
- Returns:
 plt.Figure