driverlessai-recipes icon indicating copy to clipboard operation
driverlessai-recipes copied to clipboard

Arima : Make recipe reproducible and support gaps

Open goldentom42 opened this issue 5 years ago • 0 comments

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 avatar Oct 30 '19 06:10 goldentom42