"predict"(object, newdata, X = NULL, Y = NULL, onlySL = FALSE, ...)SuperLearner object object predict.SL.* functions newdata is omitted the predicted values from object are returned. Each algorithm in the Super Learner library needs to have a corresponding prediction function with the ``predict.'' prefixed onto the algorithm name (e.g. predict.SL.glm for SL.glm).
SuperLearner