This message was deleted.
# neural-forecast
s
This message was deleted.
c
Hi @Anna-Maria K.! The library does not support his option currently, it will predict the immediate data after the train/validation set. The easiest solution is to increase the horizon to account for the gap. Be careful, however, that changing the
n_windows
and
step_size
are very different to the
horizon
. It seems that if you do not have September's data, you will need to have 1 window,
n_windows=1
, with a large horizon.
a
Thanks a lot for the clarifications!