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")