summary.fastml_model {fastml}R Documentation

Summary Function for fastml_model

Description

Provides a detailed summary of the models' performances.

Usage

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

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).

Value

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


[Package fastml version 0.2.0 Index]