Learn R Programming

iai (version 1.4.0)

variable_importance: Generate a ranking of the variables in the learner according to their importance during training. The results are normalized so that they sum to one.

Description

Julia Equivalent: IAI.variable_importance

Usage

variable_importance(lnr)

Arguments

lnr

The learner to query.

Examples

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

Run the code above in your browser using DataLab