Integration of Variable importance plots within the tidy modelling framework
问题 Could somebody show me how to generate permutation-based variable implots within the tidy modelling framework? Currently, I have this: library(tidymodels) # variable importance final_fit_train %>% pull_workflow_fit() %>% vip(geom = "point", aesthetics = list(color = cbPalette[4], fill = cbPalette[4])) + THEME + ggtitle("Elastic Net") which generates this: However, I would like to have something like this It's not clear to me how the rather new tidy modelling framework integrates with the