intel-analytics / analytics-zoo

Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
https://analytics-zoo.readthedocs.io/
Apache License 2.0
16 stars 3 forks source link

support multi-step forecasting in LSTM/AutoTS #603

Closed shane-huang closed 3 years ago

shane-huang commented 3 years ago

At present LSTMForecaster only supports single step forecasting, i.e. horizon=1. We need to make it configurable. Also AutoTS LSTM should also support multi-step.

dding3 commented 3 years ago

I think LSTMForecaster and AutoTS LSTM support multi-step forcast now, close the issue first. Feel free to reopen it.