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

Tests/ridge regression #125

Closed wilsonrljr closed 10 months ago

wilsonrljr commented 10 months ago

Add tests for ridge regression and new tests for NARXNN. Minor changes in narmax_tools.py by removing the elif clause in regressor_code method.