Description Usage Arguments Value Examples
Counts how often each method is the best method against a testset.
1 | tf_count_best_method(forecasts, testset, metric = "rmse", plot = FALSE)
|
forecasts |
The dataframe with all the forecasts included |
testset |
The testset for counting the best method |
metric |
The specified metric for choosing the best method |
plot |
Plots the count distribution. |
The dataframe with the information how many times each method has been the best method
1 | tf_count_best_method(sales_forecast, sales_test, metric = "rmse", plot = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.