Description Usage Arguments Value Examples
Chooses the best method against a validation set from multiple forecasts
1 | tf_get_best_method(forecasts_valid, valid_set, metric = "rmse")
|
forecasts_valid |
The forecasts against the validation set |
valid_set |
The validation set |
metric |
The metric which should be used for obtaining the bestmodel |
A dataframe
1 | tf_get_best_method(sales_forecast, sales_test, metric = "rmse")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.