Skip to content

Commit

Permalink
Add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
wrridgeway committed Jan 16, 2025
1 parent 38952c2 commit ba3f175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/recipes.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ model_main_recipe <- function(data, pred_vars, cat_vars,
step_impute_bag(
all_of(knn_vars),
trees = 25,
seed_val = params$input$strata$seed
seed_val = params$input$strata$seed,
impute_with = imp_vars(all_of(knn_imp_vars)),
options = list(
nthread = parallel::detectCores(logical = FALSE),
Expand Down

0 comments on commit ba3f175

Please sign in to comment.