plot.fastml_model {fastml}R Documentation

Plot Function for fastml_model

Description

Generates plots to compare the performance of different models.

Usage

## S3 method for class 'fastml_model'
plot(x, ...)

Arguments

x

An object of class fastml_model.

...

Additional arguments (not used).

Value

Displays comparison plots of model performances.


[Package fastml version 0.1.0 Index]