Learn R Programming

iai (version 1.10.2)

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

Description

Julia Equivalent: IAI.variable_importance

Usage

# S3 method for tree_learner
variable_importance(obj, ...)

Arguments

obj

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