I'm wandering when I train a time series predictio...
# general
l
I'm wandering when I train a time series prediction model which will have a history input length of
n
, and prediction length of
m
For a training set, for each time series group with different unique_id but have a much longer length than
n
, will the
model.fit()
method automatically slide window training by the training set?