Skip to content

Commit

Permalink
Update R/looping.R
Browse files Browse the repository at this point in the history
Co-authored-by: David Weber <david.weber2@pm.me>
  • Loading branch information
dshemetov and dsweber2 committed Apr 30, 2024
1 parent 7250e7d commit 27de1f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/looping.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 27de1f8

Please sign in to comment.