tf_count_best_method: Counts how often each method is the best method against a...

Description Usage Arguments Value Examples

Description

Counts how often each method is the best method against a testset.

Usage

1
tf_count_best_method(forecasts, testset, metric = "rmse", plot = FALSE)

Arguments

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.

Value

The dataframe with the information how many times each method has been the best method

Examples

1
tf_count_best_method(sales_forecast, sales_test, metric = "rmse", plot = FALSE)

flostracke/efor documentation built on June 5, 2019, 5:36 p.m.