get_tree {iai}R Documentation

Return a copy of the learner that uses a specific tree rather than the tree with the best training objective.

Description

Julia Equivalent: IAI.get_tree

Usage

get_tree(lnr, index)

Arguments

lnr

The original learner

index

The index of the tree to use

IAI Compatibility

Requires IAI version 2.2 or higher.

Examples

## Not run: iai::get_tree(lnr, index)


[Package iai version 1.10.0 Index]