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 |
... |
Additional arguments (not used). |
Value
Displays comparison plots of model performances.
[Package fastml version 0.2.0 Index]