Description Usage Arguments Value
Implements gridsearch for prophet models over multiple articles.
1 2 | tf_prophet_grid(data, test_data, n_pred, freq, parallel = FALSE,
parameter_grid, ...)
|
data |
The Dataframe containing the data |
n_pred |
The forecast horizon |
parallel |
specifies if the forecasting is run in parallel |
parameter_grid |
the used parameters in the random search |
A dataframe with the rmse for each parameter combination
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.