-
Does current implementation of Auto models support covariates? Or will it be in the nearest future? |
Beta Was this translation helpful? Give feedback.
Answered by
kdgutier
Mar 28, 2023
Replies: 1 comment 2 replies
-
Hey @JustM57, Thanks for using the library. You can explore exogenous in the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JustM57
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @JustM57,
Thanks for using the library. You can explore exogenous in the
AutoModel
config using a list of lists like this:hist_exog_list = [[‘x1’],[‘x1’, ‘x2’]]