Provides a detailed summary of the models' performances.
# S3 method for fastml_model
summary(object, sort_metric = NULL, ...)
Prints a summary of the models' performances and displays comparison plots.
An object of class fastml_model
.
A string specifying which metric to sort the models by.
Default is NULL
, which prioritizes the optimized metric.
Additional arguments (not used).