Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.big_sp_list

Summary method


Description

Summary method for class big_sp_list.

Usage

## S3 method for class 'big_sp_list'
summary(object, best.only = FALSE, sort = FALSE, ...)

Arguments

object

An object of class big_sp_list.

best.only

Whether to return only one row corresponding to the best model? The best model is the one smallest $validation_loss.

sort

Whether to sort by $validation_loss. Default is FALSE.

...

Not used.

Value

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.


bigstatsr

Statistical Tools for Filebacked Big Matrices

v1.5.1
GPL-3
Authors
Florian Privé [aut, cre], Michael Blum [ths], Hugues Aschard [ths]
Initial release
2021-04-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.