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