plot.caretStack | R Documentation |
This function plots the performance of each model in a caretList object.
## S3 method for class 'caretStack'
plot(x, metric = NULL, ...)
x |
a caretStack object |
metric |
which metric to plot. If NULL, will use the default metric used to train the model. |
... |
ignored |
a ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.