Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified Arima xreg handling #773

Merged
merged 2 commits into from Feb 5, 2019
Merged

Simplified Arima xreg handling #773

merged 2 commits into from Feb 5, 2019

Conversation

mitchelloharawild
Copy link
Collaborator

  • More reliable auto-naming (deparsing can cause unnecessary warnings due to differences in usage, resolves arimax warning. Why? #771)
  • Providing xreg when not required now returns a warning
  • Better capturing of appropriate input types for xreg (rather than just giving an error on data.frame input)

* More reliable auto-naming (deparsing can cause unnecessary warnings due to differences in usage, resolves #771)
* Providing xreg when not required now returns a warning
* Better capturing of appropriate input types for xreg (rather than just giving an error on data.frame input)
@coveralls
Copy link

Coverage Status

Coverage increased (+0.008%) to 71.511% when pulling 532fdd5 on mitchelloharawild:master into d1c9e56 on robjhyndman:master.

@mitchelloharawild mitchelloharawild merged commit b9648ec into robjhyndman:master Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

arimax warning. Why?
2 participants