Skip to content

Commit

Permalink
fix partial arg match
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Nov 18, 2024
1 parent d457221 commit 9cb56b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/embedded_ensemble_fselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ embedded_ensemble_fselect = function(
init_resampling$instantiate(task)

design = benchmark_grid(
task = task,
tasks = task,
learners = learners,
resamplings = init_resampling
)
Expand Down
2 changes: 1 addition & 1 deletion R/ensemble_fselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ensemble_fselect = function(
})

design = benchmark_grid(
task = task,
tasks = task,
learners = afss,
resamplings = init_resampling
)
Expand Down

0 comments on commit 9cb56b1

Please sign in to comment.