Skip to content

[Bug]: AutoArima's predict method with exogenous variables #24

@bdiptesh

Description

@bdiptesh

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingstatsStatisticstestsIntegration/Unit tests

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions