R/Prediction.R

Defines functions fortify.Prediction

#' @export
fortify.Prediction = function(model, data, ...) { # 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 July 1, 2024, 5:06 p.m.