diff --git a/R/train_models.R b/R/train_models.R index e5415ba8..54521aa5 100644 --- a/R/train_models.R +++ b/R/train_models.R @@ -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,