variable_importance.tree_learner: Generate a ranking of the variables in a tree learner...

View source: R/iaitrees.R

variable_importance.tree_learnerR Documentation

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 class 'tree_learner'
variable_importance(obj, ...)

Arguments

obj

The learner to query.

...

Refer to the Julia documentation for available parameters.

Examples

## Not run: iai::variable_importance(lnr, ...)


iai documentation built on July 9, 2023, 5:41 p.m.