From 64b1c1b5dd8d4126227de5d7851067d0ba42e2ed Mon Sep 17 00:00:00 2001 From: felixfesca <74102188+felixfesca@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:14:07 +0200 Subject: [PATCH] Update fixed_horizon_functions.R typo in line 255 --- experiments/fixed_horizon_functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/fixed_horizon_functions.R b/experiments/fixed_horizon_functions.R index e969db5..393c523 100644 --- a/experiments/fixed_horizon_functions.R +++ b/experiments/fixed_horizon_functions.R @@ -252,5 +252,5 @@ do_fixed_horizon_global_forecasting <- function(dataset_name, lag, input_file_na # Example of usage # uncomment to try -# do_fixed_horizon_local_forecasting("sample", "ses, "sample.tsf", "series_name", "start_timestamp", 8) +# do_fixed_horizon_local_forecasting("sample", "ses", "sample.tsf", "series_name", "start_timestamp", 8) # do_fixed_horizon_global_forecasting("sample", 65, "sample.tsf", "pooled_regression", "series_name", "start_timestamp", 8)