Skip to content

Commit

Permalink
remove print()
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Nov 1, 2024
1 parent 49bb097 commit 6f3923f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/embedded_ensemble_fselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ embedded_ensemble_fselect = function(
})

design = grid[, c("learner", "task", "resampling"), with = FALSE]
print(design)

bmr = benchmark(design, store_models = TRUE)

Expand Down

0 comments on commit 6f3923f

Please sign in to comment.