Hi, I really enjoy Neuralforecast! How can I forec...
# neural-forecast
o
Hi, I really enjoy Neuralforecast! How can I forecast just one timestep in the future with an offset from the input sequence? As in TensorFlow tutorial https://www.tensorflow.org/tutorials/structured_data/time_series
c
Hi @Oleksii Kaplenko! Not right now,
neuralforecast
does not have a weighting value per future timestamp, you will need to forecast the complete window after the input sequence until the desired timestamp
but several users already requested this future, we will add it soon!
o
Cool thanks! adding covariate variables support for all transformers would be also very appreciated