|
|
|
|
|
by prostodata
2103 days ago
|
|
When I see a new forecasting library, my first question is whether it can apply ARIMA in a sklearn manner by training a model using (large) train time series X, storing the model by discarding the train data, and then using this model for predictions by feeding a completely different (and shorter) time series. Importantly, the time series used for prediction is not a continuation of the time series used for training. Moreover, we do not store anywhere the original time series used for training. So the question is whether sktime can apply ARIMA in this way. |
|