R/Task.R

Defines functions fortify.Task

#' @export
fortify.Task = function(model, data = NULL, ...) { # nolint
  as.data.table(model)
}

Try the mlr3viz package in your browser

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

mlr3viz documentation built on Nov. 23, 2023, 5:07 p.m.