Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 31, 2024
1 parent c2513e7 commit bb91d24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test_AutoTuner.R
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ test_that("AutoTuner works with internal tuning and validation", {
})

test_that("AutoTuner works when internal_search_space is passed separately", {
# we can use the internally optimized values for the final model fit
task = tsk("iris")
search_space = ps(x = p_dbl(0.2, 0.3))
internal_search_space = ps(iter = p_int(upper = 1000L, aggr = function(x) length(x)))
Expand All @@ -679,7 +678,6 @@ test_that("AutoTuner works when internal_search_space is passed separately", {
})

test_that("AutoTuner works when internal_search_space is part of primary search space", {
# we can use the internally optimized values for the final model fit
task = tsk("iris")
search_space = ps(
x = p_dbl(0.2, 0.3),
Expand Down

0 comments on commit bb91d24

Please sign in to comment.