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 |
sort_metric |
A string specifying which metric to sort the models by.
Default is |
... |
Additional arguments (not used). |
Value
Prints a summary of the models' performances and displays comparison plots.
[Package fastml version 0.1.0 Index]