View source: R/supervised-regularization.R
| tl_plot_importance_regularized | R Documentation |
Plot variable importance for a regularized regression model
tl_plot_importance_regularized(model, lambda = "1se", top_n = 20, ...)
model |
A tidylearn regularized model object |
lambda |
Which lambda to use ("1se" or "min", default: "1se") |
top_n |
Number of top features to display (default: 20) |
... |
Additional arguments |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.