From 27de1f82bc6aaed9b9a80c9f30d24fa323f818f2 Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Tue, 30 Apr 2024 15:56:11 -0700 Subject: [PATCH] Update R/looping.R Co-authored-by: David Weber --- R/looping.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/R/looping.R b/R/looping.R index 05f0443..d19b048 100644 --- a/R/looping.R +++ b/R/looping.R @@ -1,9 +1,7 @@ #' Generate forecaster predictions on a particular dataset #' #' A wrapper that turns a forecaster, parameters, data combination into an -#' actual experiment that outputs a prediction. as far as batchtools is -#' concerned, the scoring function is a particular parameter of the forecaster -#' (or Algorithm, as they call it). +#' actual experiment that outputs a prediction for each day. #' #' @param data the epi_df object #' @param outcome the name of the target column