Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Sep 13, 2024
1 parent f86235b commit 1cf8413
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_LearnerClassifAutoCatboost.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerClassifAutoCatboost is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_catboost",
Expand All @@ -35,7 +35,7 @@ test_that("internal eval metric is found", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_catboost",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerClassifAutoGlmnet.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerClassifAutoGlmnet is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_glmnet",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerClassifAutoKKNN.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerClassifAutoKKNN is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_kknn",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerClassifAutoLightGBM.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerClassifAutoLightGBM is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_lightgbm",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerClassifAutoNnet.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerClassifAutoNnet is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_nnet",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerClassifAutoRanger.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerClassifAutoRanger is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_ranger",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerClassifAutoSVM.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerClassifAutoSVM is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_svm",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerClassifAutoXgboost.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerClassifAutoXgboost is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("penguins")
learner = lrn("classif.auto_xgboost",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerRegrAutoCatboost.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerRegrAutoCatboost is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("mtcars")
learner = lrn("regr.auto_catboost",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerRegrAutoGlmnet.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerRegrAutoGlmnet is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("mtcars")
learner = lrn("regr.auto_glmnet",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerRegrAutoKKNN.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerRegrAutoKKNN is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("mtcars")
learner = lrn("regr.auto_kknn",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerRegrAutoLightGBM.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerRegrAutoLightGBM is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("mtcars")
learner = lrn("regr.auto_lightgbm",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerRegrAutoNnet.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerRegrAutoNnet is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("mtcars")
learner = lrn("regr.auto_nnet",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerRegrAutoRanger.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerRegrAutoRanger is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("mtcars")
learner = lrn("regr.auto_ranger",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerRegrAutoSVM.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerRegrAutoSVM is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("mtcars")
learner = lrn("regr.auto_svm",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_LearnerRegrAutoXgboost.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("LearnerRegrAutoXgboost is trained", {
flush_redis()

rush_plan(n_workers = 2)
lgr::get_logger("mlr3automl")$set_threshold("debug")


task = tsk("mtcars")
learner = lrn("regr.auto_xgboost",
Expand Down

0 comments on commit 1cf8413

Please sign in to comment.