View source: R/tidy_model_stuff.R View source: R/ml_tidy_helpers.R
get_var_importance | R Documentation |
get_var_importance
is a function to get model fit and make a variable importance plot, I guess
scale_var
is just a code shortcut for scaling
norm_vi
prepares content for importance plots
plot_vi
creqtes varln importance plots
get_var_importance(fit) get_var_importance(fit)
fit |
is a tune_results object, I think |
get_var_importance
needs workflowsets and vip packages, part of the tidymodels ecosystem
best_models$fit[[1]] %>% get_var_importance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.