tft
tft copied to clipboard
R implementation of Temporal Fusion Transformers
I am a newbie in R. I hope to receive the help. When I ran the electricity example code, I got an error for electricity dataset, in which electricity::electricity_hourly. I...
``` Error in `verify_new_data()`: ! `new_data` includes obs that we can't generate predictions. ``` What is the cause of this error? It may be a coincidence, but this error seems...
I'm trying to predict on a test data where there are no values for weekends and holidays. It seems to me that this is not allowed. At least when I...
I have future known values so I need to pass the data set to new_data in predict() but it only gives me .pred_lower, .pred and .pred_upper. No index (date) or...
I tested TFT on a Azure DSVM which has CUDA and cuDNN installed (https://docs.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/tools-included) but it did not use the GPU (V100). Do I have to do something so TFT...
Ie. use pre-trained weights.
I wrote a draft vignette on what I think would be a reasonable API for tft and would like to get some feedback on it. Ideally I'd love to have...
A recent blog post in google AI has the following: https://ai.googleblog.com/2021/12/interpretable-deep-learning-for-time.html
in `tft_config()` turn - [ ] `num_encoder_steps=10, total_time_steps=12` parameters into `historical_horizon=10, forecast_horizon=2` which is more user friendly