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

Dev predict #36

Closed wilsonrljr closed 3 years ago

wilsonrljr commented 3 years ago

Improved predict function. Instead of build the entire set of candidate regressor at each iteration of the prediction, now only the information matrix based on the selected regressors are created in the loop.