Learn R Programming

iai (version 1.7.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.

...

Refer to the Julia documentation for available parameters.

Examples

Run this code
if (FALSE) iai::variable_importance(lnr, ...)

Run the code above in your browser using DataLab