getStackedBaseLearnerPredictions {mlr} | R Documentation |
Returns the predictions for each base learner.
Description
Returns the predictions for each base learner.
Usage
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.
[Package
mlr version 2.19.2
Index]