Learn R Programming

iai (version 1.0.0)

variable_importance: variable_importance

Description

Generate a ranking of the variables in the learner according to their importance when training the trees

Usage

variable_importance(lnr)

Arguments

lnr

The learner or grid to query.

Details

Julia Equivalent: IAI.variable_importance

Examples

Run this code
# NOT RUN {
iai::variable_importance(lnr)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab