R/StackedLearner.R
getStackedBaseLearnerPredictions.Rd
Returns the predictions for each base learner.
getStackedBaseLearnerPredictions(model, newdata = NULL)
(WrappedModel) Wrapped model, result of train.
(data.frame) New observations, for which the predictions using the specified base learners should be returned. Default is NULL and extracts the base learner predictions that were made during the training.
NULL
None.