View source: R/shiny_helpers.R
feature_importance | R Documentation |
Function to get the importance of the features of a mlr3 task
feature_importance(task, filters, ranks = TRUE)
task |
mlr task |
filters |
list of lists with filters. list("regr"=list(), "classif" = list()) |
ranks |
should ranks be computed. -> make it more robust |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.