Replies: 1 comment 2 replies
-
Hey. Can you provide a small reproducible example? It's important to know how you're providing the regressors to train and forecast |
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
-
Hello!
I have recently come across a really strange warning when using the AutoARIMA model. I am currently using version 1.5.0 of statsforecast and running it on Python 3.10. The warning appears as follows:
:\Users\georgi.gulyashki\AppData\Local\Programs\Python\Python310\lib\site-packages\statsforecast\arima.py:1562: UserWarning: xreg not required by this model, ignoring the provided regressors
warnings.warn(
In any case, xreg is not an argument that is passed anywhere at all by the user, so I am a bit confused. I am using external regressors, so I am a bit worried that they are being ignored indeed. Do you have any idea what could be the cause of this warning?
Thanks a lot in advance for the help!
Beta Was this translation helpful? Give feedback.
All reactions