R/show_lvl.R

Defines functions show_lvl

Documented in show_lvl

#' Print the levels of the target variable
#' @param model_fit A trained workflow 
#'
#' @return NULL
#' @export
show_lvl <- function(model_fit){
  cat("Levels of the target variable:", model_fit$fit$fit$lvl, "\n")
}
b-rodrigues/coolmlproject documentation built on May 29, 2020, 11:59 a.m.