summary.big_sp_list | R Documentation |
Summary method for class big_sp_list
.
## S3 method for class 'big_sp_list'
summary(object, best.only = FALSE, sort = FALSE, ...)
object |
An object of class |
best.only |
Whether to return only one row corresponding to the best
model? The best model is the one smallest |
sort |
Whether to sort by |
... |
Not used. |
A tibble with, for each $alpha
, a mean $validation_loss
, a mean
vector of coefficients $beta
, the corresponding number of non-zero
coefficients $nb_var
, and the reasons of method completion $message
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.