feature_importance: Function to get the importance of the features of a mlr3 task

View source: R/shiny_helpers.R

feature_importanceR Documentation

Function to get the importance of the features of a mlr3 task

Description

Function to get the importance of the features of a mlr3 task

Usage

feature_importance(task, filters, ranks = TRUE)

Arguments

task

mlr task

filters

list of lists with filters. list("regr"=list(), "classif" = list())

ranks

should ranks be computed. -> make it more robust

Value

dataframe


el-mrt/auto-statistics documentation built on March 19, 2022, 1:57 p.m.