Learn R Programming

iai (version 1.1.0)

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

Description

Julia Equivalent: IAI.MultiTreePlot

Usage

multi_tree_plot(questions)

Arguments

questions

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

IAI Compatibility

Requires IAI version 1.1 or higher.

Examples

Run this code
# NOT RUN {
iai::multi_tree_plot(list("Visualizing" = list(
   "first learner" = lnr1,
   "second learner" = lnr2
)))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab