Thanks to visit codestin.com
Credit goes to github.com

Skip to content

getFeatureImportance does not support h2o learners #2433

@markusdumke

Description

@markusdumke

I can not extract features importances from h2o learners, e.g. classif.h2o.randomForest or classif.h2o.glm using mlr::getFeatureImportance.

But h2o has the function h2o.varimp for this. So I have to do getLearnerModel(trained.learner) %>% h2o.varimp(). Is it possible to include this into getFeatureImportance or is there any reason why it is not included?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions