is it possible to do autoregressive forecasting?
# neural-forecast
s
is it possible to do autoregressive forecasting?
m
Hello! Some models are autoregressive by nature like RNN, LSTM, DeepAR. Most however directly output the entire forecast length. Right now, it is not something you can set. I hope this helps 🙂