From ce26c0c47dae234c132c09617465829ec7458612 Mon Sep 17 00:00:00 2001 From: Mike Tokic Date: Fri, 5 Apr 2024 20:10:55 -0700 Subject: [PATCH] update train_models error handling --- R/train_models.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,