Returns the predictions for each base learner.
getStackedBaseLearnerPredictions(model, newdata = NULL)
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 is NULL and extracts the base learner predictions that were made during the training. |
Details
None.