Replies: 1 comment 2 replies
-
-Firstly the models you referenced aren't in sklearn.py but statsmodels.py There's also a new KalmanStateSpace model (in dev) which allows a structural state space definition of 'any' type, which all of the models you mentioned can be defined as, and will be the fastest implementation of those models in AutoTS. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;DR wanting to understand https://github.com/winedarksea/AutoTS/blob/master/autots/models/sklearn.py
How are ARIMA, ETS, and Unobserved Components converted into Auto-TS tools with hyperparameter selection?
Beta Was this translation helpful? Give feedback.
All reactions