Description Usage Arguments Value Examples
The summary of a bolasso is structured as a tbl
.
Every row of the tbl
represents a feature and it always has 4 columns:
feature: name of the feature
selection_ratio: proportion of the times that the feature is selected
selected_bolasso: TRUE if selected_ratio is large enough for the feature to be selected
coefficient: Coefficient in ridge regression trained afterwards
1 2 | ## S3 method for class 'bolasso'
summary(model)
|
model |
|
A tbl
with summary information of a bolasso
object.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.