DelayedSaturatedMMM.plot_errors#
- DelayedSaturatedMMM.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_scale (bool, optional) – Whether to plot in the original scale.
ax (plt.Axes, optional) – Matplotlib axis object.
**plt_kwargs (
Any) – Keyword arguments passed toplt.subplots.
- Return type:
plt.Figure