Learn R Programming

fastml (version 0.2.0)

summary.fastml_model: Summary Function for fastml_model

Description

Provides a detailed summary of the models' performances.

Usage

# S3 method for fastml_model
summary(object, sort_metric = NULL, ...)

Value

Prints a summary of the models' performances and displays comparison plots.

Arguments

object

An object of class fastml_model.

sort_metric

A string specifying which metric to sort the models by. Default is NULL, which prioritizes the optimized metric.

...

Additional arguments (not used).