SuperLearner (version 2.0-29)

write.SL.template: Wrapper functions for prediction algorithms in SuperLearner

Description

Template function for SuperLearner prediction wrappers and built in options.

Usage

write.SL.template(file = "", ...)

Value

A list with two elements:

pred

The predicted values for the rows in newX.

fit

A list. Contains all objects necessary to get predictions for new observations from specific algorithm.

Arguments

file

A connection, or a character string naming a file to print to. Passed to cat.

...

Additional arguments passed to cat

Author

Eric C Polley epolley@uchicago.edu

Details

Describe SL.* structure here

See Also

SuperLearner

Examples

Run this code
write.SL.template(file = '')

Run the code above in your browser using DataLab