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

N-steps ahead prediction for neural NARX #56

Closed wilsonrljr closed 2 years ago

wilsonrljr commented 2 years ago

PolynomialNarmax already have the n-steps ahead prediction feature.

Describe the solution you'd like Add the n-steps ahead prediction to neural NARX models.