mlverse / tft

R implementation of Temporal Fusion Transformers
https://mlverse.github.io/tft/
Other
26 stars 9 forks source link

Predict with a fixed model for multiple timesteps #23

Closed dfalbel closed 2 years ago

dfalbel commented 2 years ago

Find a good way to predict for multiple time steps using a fixed model. Currently it's only possible to predict for the slice right after the created model.