makePredObsMatrix {caretEnsemble} | R Documentation |
Make a prediction matrix from a list of models
Description
Extract obs from one models, and a matrix of predictions from all other models, a helper function
Usage
makePredObsMatrix(list_of_models)
Arguments
list_of_models |
an object of class caretList |
[Package caretEnsemble version 2.0.3 Index]