Learn R Programming

tidylearn (version 0.1.0)

tl_extract_importance_regularized: Extract importance from a regularized regression model

Description

Extract importance from a regularized regression model

Usage

tl_extract_importance_regularized(model, lambda = "1se")

Value

A data frame with feature importance values

Arguments

model

A tidylearn regularized model object

lambda

Which lambda to use ("1se" or "min", default: "1se")