Create a matrix of predictions for each of the models in a caretList
Make a matrix of predictions from a list of caret models
## S3 method for class 'caretList' predict(object, newdata = NULL, ..., verbose = FALSE)
object |
an object of class caretList |
newdata |
New data for predictions. It can be NULL, but this is ill-advised. |
... |
additional arguments to pass to predict.train. Pass the |
verbose |
Logical. If FALSE no progress bar is printed if TRUE a progress bar is shown. Default FALSE. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.