Contact Details
No response
Describe the bug
When calling AutoArima with exogenous variables, if the length of the y_var is greater than 1, it's throwing an error.
How can we reproduce the bug
- Set
y_var as sales
- Set
x_var as ["cost", "holiday"]
- Instantiate an AutoArima model with exogenous variables
AutoArima model throws an error.
Expected behavior
No errors should be raised.
Version
v0.4.0 (Default)
Relevant log output/screenshots
No response
Additional context
No response
Contact Details
No response
Describe the bug
When calling AutoArima with exogenous variables, if the length of the y_var is greater than 1, it's throwing an error.
How can we reproduce the bug
y_varassalesx_varas["cost", "holiday"]AutoArima model throws an error.
Expected behavior
No errors should be raised.
Version
v0.4.0 (Default)
Relevant log output/screenshots
No response
Additional context
No response