Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 11, 2024
1 parent 79747ad commit 331f231
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions R/ensemble_fselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,6 @@ ensemble_fselect = function(
)
})

# init_resampling$instantiate(task)
# # grid = map_dtr(seq(init_resampling$iters), function(i) {

# # # create task and resampling for each outer iteration
# # task_subset = task$clone()$filter(init_resampling$train_set(i))
# # resampling = rsmp("insample")$instantiate(task_subset)

# # data.table(
# # resampling_iteration = i,
# # learner_id = map_chr(learners, "id"),
# # learner = afss,
# # task = list(task_subset),
# # resampling = list(resampling)
# # )
# # })

design = benchmark_grid(
task = task,
learners = afss,
Expand Down

0 comments on commit 331f231

Please sign in to comment.