Produces a styled gt table of model evaluation metrics from
tl_evaluate.
Value
A gt table object.
Examples
# \donttest{
model <- tl_model(mtcars, mpg ~ wt + hp, method = "linear")
tl_table_metrics(model)
Model Evaluation Metrics
tidylearn | linear (regression) | mpg ~ wt + hp | n = 32
# }
