Skip to content

bug_24_testing#25

Merged
bdiptesh merged 1 commit intotestingfrom
bug_24
Jan 4, 2022
Merged

bug_24_testing#25
bdiptesh merged 1 commit intotestingfrom
bug_24

Conversation

@MadhuTangudu
Copy link
Collaborator

Description

When calling AutoArima with exogenous variables, if the length of the y_var is greater than 1, it's throwing an error.

Tickets

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Unit/Integration tests in the code
  • Code runs locally without any warnings/errors with test files

Checklist:

  • New and existing unit tests pass locally with my changes
  • I have added tests including corner cases that prove my fix is effective or that my feature works
  • I have run tests before committing
  • My code follows the contribution guidelines of this project
  • I have performed a self & peer review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings/errors
  • Any dependent changes have been merged and published in downstream modules
  • Left side is NOT stable branch. Example: Left side is testing branch
  • Right side is YOUR branch. Example: feature_36

changelog:
- module AutoArima may give incorrect output with exogenous variables 
when length of y_var element is more than 1.
@bdiptesh bdiptesh merged commit 8c5b398 into testing Jan 4, 2022
@bdiptesh bdiptesh deleted the bug_24 branch January 4, 2022 10:06
@bdiptesh bdiptesh modified the milestones: v0.4.0, v0.4.1 Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge Merge stats Statistics

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants