write.SL.template {SuperLearner} | R Documentation |
Wrapper functions for prediction algorithms in SuperLearner
Description
Template function for SuperLearner prediction wrappers and built in options.
Usage
write.SL.template(file = "", ...)
Arguments
file |
A connection, or a character string naming a file to print to. Passed to |
... |
Additional arguments passed to |
Details
Describe SL.* structure here
Value
A list with two elements:
pred |
The predicted values for the rows in |
fit |
A list. Contains all objects necessary to get predictions for new observations from specific algorithm. |
Author(s)
Eric C Polley epolley@uchicago.edu
See Also
Examples
write.SL.template(file = '')
[Package SuperLearner version 2.0-29 Index]