I am using multilabel.randomForestSRC learner from mlr package for a multi-label classification problem I would like to return the variables importances
The getFeatureImportance function return this issue :
code:
getFeatureImportance(mod)
Error:
Error in checkLearner(object$learner, props = "featimp") :
Learner 'multilabel.randomForestSRC' must support properties 'featimp', but does not support featimp'