Skip to content

Commit

Permalink
store_models = FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 11, 2024
1 parent 81b475d commit 79747ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ensemble_fselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ensemble_fselect = function(
terminator,
callbacks = NULL,
store_benchmark_result = TRUE,
store_models = TRUE
store_models = FALSE
) {
assert_task(task)
assert_learners(as_learners(learners), task = task)
Expand Down

0 comments on commit 79747ad

Please sign in to comment.