ecpolley / SuperLearner

Current version of the SuperLearner R package
272 stars 72 forks source link

predict CV.SuperLearner #116

Closed jkylearmstrongibx closed 5 years ago

jkylearmstrongibx commented 5 years ago

does CV.SuperLearner contain a finalModel type object for which to use predict on?

ecpolley commented 5 years ago

No. CV.Superlearner is for evaluating the performance, the SuperLearner function is the primary function if you need to make predictions and require a final model.