Make a matrix of predictions from a list of caret models
# S3 method for caretList
predict(object, newdata = NULL, verbose = FALSE, excluded_class_id = 1L, ...)
an object of class caretList
New data for predictions. It can be NULL, but this is ill-advised.
Logical. If FALSE no progress bar is printed if TRUE a progress bar is shown. Default FALSE.
Integer. The class id to drop when predicting for multiclass
Other arguments to pass to predict.train