tests/testthat/setup.R

lg = lgr::get_logger("mlr3")
old_threshold = lg$threshold
lg$set_threshold("warn")

lg_bb = lgr::get_logger("bbotk")
old_threshold_bb = lg_bb$threshold
lg_bb$set_threshold("warn")


options(warnPartialMatchArgs = TRUE)
options(warnPartialMatchAttr = TRUE)
options(warnPartialMatchDollar = TRUE)

library("mlr3")
library("mlr3learners")
library("mlr3tuning")
library("bbotk")

Try the mlrintermbo package in your browser

Any scripts or data that you put into this service are public.

mlrintermbo documentation built on June 22, 2024, 10:02 a.m.