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 Oct. 19, 2024, 1:07 a.m.