issues
search
mlverse
/
tft
R implementation of Temporal Fusion Transformers
https://mlverse.github.io/tft/
Other
25
stars
9
forks
source link
Refactor `predict`
#29
Closed
dfalbel
closed
2 years ago
dfalbel
commented
2 years ago
No more
mode
.
Allow passing a
past_data
that by default uses the same data as the model has been trained. (we could perhaps only save the last
lookback
values to save memory).
[x] Add a function to make it easier to create splits of the data for prediction.
mode
.past_data
that by default uses the same data as the model has been trained. (we could perhaps only save the lastlookback
values to save memory).