Description Usage Arguments Details Value Author(s) See Also
summary method for the CV.SuperLearner
function
1 2 3 4 5 |
object |
an object of class "CV.SuperLearner", the result of a call to |
x |
an object of class "summary.CV.SuperLearner", the result of a call to |
digits |
the number of significant digits to use when printing. |
... |
additional arguments ... |
Summary method for CV.SuperLearner
. Calculates the V-fold cross-validated estimate of either the mean squared error or the -2*log(L) depending on the loss function used.
summary.CV.SuperLearner
returns a list with components
call |
The function call from |
method |
Describes the loss function used. Currently either least squares of negative log Likelihood. |
V |
Number of folds |
Risk.SL |
Risk estimate for the super learner |
Risk.dSL |
Risk estimate for the discrete super learner (the cross-validation selector) |
Risk.library |
A matrix with the risk estimates for each algorithm in the library |
Table |
A table with the mean risk estimate and standard deviation across the folds for the super learner and all algorithms in the library |
Eric C Polley ecpolley@berkeley.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.