wilsonrljr / sysidentpy

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

Add n-steps ahead prediction in general_estimators #57

Closed wilsonrljr closed 2 years ago

wilsonrljr commented 3 years ago

PolynomialNarmax already have the n-steps ahead prediction feature.

Describe the solution you'd like Add the n-steps ahead prediction for general_estimators.