tests/testthat/setup.R

if (requireNamespace("lgr")) {
  lg = lgr::get_logger("mlr3")
  old_threshold = lg$threshold
  lg$set_threshold("warn")
}

old_dt_threads = data.table::getDTthreads()
setDTthreads(1)

Try the mlr3viz package in your browser

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

mlr3viz documentation built on July 1, 2024, 5:06 p.m.