BaseValidateMMM.plot_errors#
- BaseValidateMMM.plot_errors(original_scale=False, ax=None, **plt_kwargs)#
Plot model errors by taking the difference between true values and predicted.
errors = true values - predicted
- Parameters:
- original_scalebool, optional
Whether to plot in the original scale.
- ax
plt.Axes
, optional Matplotlib axis object.
- **plt_kwargs
Keyword arguments passed to
plt.subplots
.
- Returns:
plt.Figure