Hello! We’re working on a couple of lightweight op...
# general
m
Hello! We’re working on a couple of lightweight open sources TS libraries and we’re wrapping StatsForecast’s models - we love it so far! On another note, does anyone have any idea why AutoARIMA would be repeating exactly the same value when .predict() is called, no matter the forecasting time horizon? (with any of the data we’ve passed in so far) I’ll be working on a script that reproduces the issue, but wanted to ask if I’m making a fundamental mistake somewhere? The other models seem to be working.
m
Thanks a lot! Have you tried different values for the seasonal length parameter ?
k
What are you passing to predict and do you have exogenous variables?