predictLearner(.learner, .model, .newdata, ...)RLearner]
Wrapped learner.WrappedModel]
Model produced by training.data.frame]
New data to predict. Does not include target column..newdata must be made based on the fitted
model (.model$learner.model).
All parameters in ... must be passed to the underlying predict function.