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

Arima : Make recipe reproducible and support gaps #52

Open
goldentom42 opened this issue Oct 30, 2019 · 0 comments
Open

Arima : Make recipe reproducible and support gaps #52

goldentom42 opened this issue Oct 30, 2019 · 0 comments
Assignees

Comments

@goldentom42
Copy link
Contributor

Make Arima Reproducible

Arima does not use dates, so asking a prediction for the 10th of October or the 1st of October without pre-processing would lead Arima to provide the exact same prediction.

Arima transformer would need to keep track of the latest date seen by the model for each Time Group and pad the input query accordingly.

Make Arima support gaps

Same issue really. Need to pad for gaps before asking Arima to output predictions.

@goldentom42 goldentom42 self-assigned this Oct 30, 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

No branches or pull requests

1 participant