tree_plot {iai}R Documentation

Specify an interactive tree visualization of a tree learner

Description

Julia Equivalent: IAI.TreePlot

Usage

tree_plot(lnr, ...)

Arguments

lnr

The learner to visualize.

...

Refer to the Julia documentation on advanced tree visualization for available parameters.

IAI Compatibility

Requires IAI version 1.1 or higher.

Examples

## Not run: iai::tree_plot(lnr)


[Package iai version 1.10.0 Index]