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

FutureWarning when passing a string as estimator (found in tutorial) #124

Closed sebzuddas closed 10 months ago

wilsonrljr commented 10 months ago

Hey @sebzudda! Are you getting an error? The future warning is just a warning saying that the method will be changing in a future version, but it's not an error

sebzuddas commented 10 months ago

Yes, my apologies. I didn't mean to post the comment.

wilsonrljr commented 10 months ago

Don't worry! No problem! The message in the code (the warning) its a little annoying, but that's the idea, actually, so the user can prepare for changes in the future version