Adding labels to VIP function
Jaden2022 opened this issue · 1 comments
Jaden2022 commented
Hi,
Could you please help me with add labels to the y axis on the VIP plot?
final_plot <- vip(random_forest_model,
num_features = 26,
geom = "point",
horizontal = TRUE,
include_type =TRUE,
mapping = aes_string(color = "Variable"),
aesthetics = list(size = 3)) +
theme_light()
grid.arrange(final_plot, nrow = 1)
ben-brooker commented
Closing this issue because this is an issue related to the package itself. Rdocumentation.org acts as a library to present information about all packages on CRAN, bioc and github in a user-friendly way. Consider reaching out to the author of the package! :)