mlverse / tft

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

Make sure `new_data` is complete when using the `full` mode #25

Closed dfalbel closed 2 years ago

dfalbel commented 2 years ago

Since in full mode we create slices, we need to make sure new_data includes all necessary dates for all keys.