Learn R Programming

caretEnsemble (version 4.0.1)

plot.caretStack: Plot a caretStack object

Description

This function plots the performance of each model in a caretList object.

Usage

# S3 method for caretStack
plot(x, metric = NULL, ...)

Value

a ggplot2 object

Arguments

x

a caretStack object

metric

which metric to plot. If NULL, will use the default metric used to train the model.

...

ignored