Control parameters for the SuperLearner
SuperLearner.control(saveFitLibrary = TRUE, saveCVFitLibrary = FALSE, trimLogit = 0.001)
A list containing the control parameters.
Logical. Should the fit for each algorithm be saved in the output from SuperLearner
.
Logical. Should cross-validated fits for each algorithm be saved in the output from SuperLearner
.
number between 0.0 and 0.5. What level to truncate the logit transformation to maintain a bounded loss function when using the NNloglik method.