Hello!
Is there support for fitting a model with a certain issue/creation time n time steps before the prediction target window? I.e. I want to make the prediction at time t for time steps [t+12, t+12+24] (make prediction at at lunch time for the next days 24 hours).
I could of course extend forecast_length to go far enough into the future, but then I'd like the validation to ignore the first 12 time steps of this forecast length.
Hello!
Is there support for fitting a model with a certain issue/creation time
ntime steps before the prediction target window? I.e. I want to make the prediction at timetfor time steps[t+12, t+12+24](make prediction at at lunch time for the next days 24 hours).I could of course extend
forecast_lengthto go far enough into the future, but then I'd like the validation to ignore the first 12 time steps of this forecast length.