Skip to content

Arima : Make recipe reproducible and support gaps #52

@goldentom42

Description

@goldentom42

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions