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 Feb. 22, 2026, 5:08 p.m.