Skip to content

Commit

Permalink
update train_models error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mitokic committed Apr 6, 2024
1 parent 41ab47d commit ce26c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/train_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ train_models <- function(run_info,
dplyr::select(Model_Name, Model_Recipe) %>%
dplyr::group_split(dplyr::row_number(), .keep = FALSE),
.combine = "rbind",
.errorhandling = "stop",
.errorhandling = "remove",
.verbose = FALSE,
.inorder = FALSE,
.multicombine = TRUE,
Expand Down

0 comments on commit ce26c0c

Please sign in to comment.