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 Nov. 23, 2023, 5:07 p.m.