forecast.tft_result | R Documentation |
forecast
can only be used if the model object doesn't include known
predictors that must exist in the data. It's fine if a recipe
passed to
tft_dataset_spec()
computes known
predictors though.
## S3 method for class 'tft_result' forecast(object, horizon = NULL, past_data = NULL)
object |
The |
horizon |
Number of time steps ahead to generate predictions. |
past_data |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.