write.SL.template {SuperLearner} | R Documentation |
Template function for SuperLearner prediction wrappers and built in options.
write.SL.template(file = "", ...)
file |
A connection, or a character string naming a file to print to. Passed to |
... |
Additional arguments passed to |
Describe SL.* structure here
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. |
Eric C Polley epolley@uchicago.edu
write.SL.template(file = '')