Skip to content

Commit 510a11e

Browse files
committed
log when geo-splitting is over
1 parent 1647ea2 commit 510a11e

File tree

1 file changed

+1
-0
lines changed
  • backfill_corrections/delphiBackfillCorrection/R

1 file changed

+1
-0
lines changed

backfill_corrections/delphiBackfillCorrection/R/main.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ run_backfill <- function(df, params,
6060
msg_ts("Splitting data into geo groups")
6161
group_dfs <- group_split(df, geo_value)
6262

63+
msg_ts("Beginning training and/or testing...")
6364
# Build model for each location
6465
apply_fn <- ifelse(params$parallel, mclapply, lapply)
6566
result <- apply_fn(group_dfs, function(subdf) {

0 commit comments

Comments
 (0)