Plot Diagnostics for an caretEnsemble Object
This function makes a short plot of the performance of the component
models of a caretEnsemble
object on the AUC or RMSE metric
## S3 method for class 'caretEnsemble' plot(x, ...)
x |
a |
... |
additional arguments to pass to plot |
A plot
## Not run: set.seed(42) models <- caretList(iris[1:50,1:2], iris[1:50,3], methodList=c("glm", "rpart")) ens <- caretEnsemble(models) plot(ens) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.