Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

multi_tree_plot.default

Construct an interactive tree visualization of multiple tree learners as specified by questions


Description

Julia Equivalent: IAI.MultiTreePlot

Usage

## Default S3 method:
multi_tree_plot(obj, ...)

Arguments

obj

The questions to visualize. Refer to the Julia documentation on multi-learner visualizations for more information.

...

Additional arguments (unused)

IAI Compatibility

Requires IAI version 1.1 or higher.

Examples

## Not run: 
iai::multi_tree_plot(list("Visualizing" = list(
   "first learner" = lnr1,
   "second learner" = lnr2
)))

## End(Not run)

iai

Interface to 'Interpretable AI' Modules

v1.5.0
MIT + file LICENSE
Authors
Jack Dunn [aut, cre], Ying Zhuo [aut], Interpretable AI LLC [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.