predict | R Documentation |
Get predictions from a trained LSTM model
predict(model, data, only_actuals_obs = FALSE)
model |
a trained LSTM model gotten from calling LSTM() |
data |
dataframe with the same columns the model was trained on |
only_actuals_obs |
whether or not to produce predictions for periods without an actual. E.g. FALSE will return predictions for months in between quarters, even if the target variable is quarterly. |
dataframe with periods, actuals if available, and predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.