Learn R Programming

iai (version 1.10.2)

show_in_browser.tree_learner: Show interactive tree visualization of a tree learner in the default browser

Description

Julia Equivalent: IAI.show_in_browser

Usage

# S3 method for tree_learner
show_in_browser(obj, ...)

Arguments

obj

The learner or grid to visualize.

...

Refer to the Julia documentation for available parameters.

IAI Compatibility

Showing a grid search requires IAI version 2.0 or higher.

Examples

Run this code
if (FALSE) iai::show_in_browser(lnr)

Run the code above in your browser using DataLab