powered by
This function makes a short plot of the performance of the component models of a caretEnsemble object on the AUC or RMSE metric
caretEnsemble
# S3 method for caretEnsemble plot(x, ...)
a caretEnsemble object
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) # }
Run the code above in your browser using DataLab