Skip to content

Commit

Permalink
ensemble model fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitokic committed Oct 14, 2024
1 parent 5c79652 commit d3dbf41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/ensemble_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ ensemble_models <- function(run_info,
avail_arg_list <- list(
"train_data" = prep_ensemble_tbl %>% dplyr::select(-Train_Test_ID),
"model_type" = "ensemble",
"pca" = FALSE
"pca" = FALSE,
"multistep" = FALSE
)

# get specific model spec
Expand Down

0 comments on commit d3dbf41

Please sign in to comment.