wilsonrljr / sysidentpy

A Python Package For System Identification Using NARMAX Models
https://sysidentpy.org
BSD 3-Clause "New" or "Revised" License
380 stars 77 forks source link

Add more flexibility to the plot function #61

Closed wilsonrljr closed 2 years ago

wilsonrljr commented 2 years ago

The actual plot function (v0.1.6) is extremely limited. It is necessary to calculate the residuals to plot along with the forecast; It is not possible to change the labels; Not even the title can be changed.

Besides, the method is attached to the model, which is not the best idea thinking about the possibilities of expanding the function.

Alternative

Create a separated method for plotting.