variable_importance.tree_learner {iai} | R 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, ...)
[Package iai version 1.10.1 Index]