write_html.tree_learner: Output a tree learner as an interactive browser visualization...

View source: R/iaitrees.R

write_html.tree_learnerR Documentation

Output a tree learner as an interactive browser visualization in HTML format

Description

Julia Equivalent: IAI.write_html

Usage

## S3 method for class 'tree_learner'
write_html(filename, obj, ...)

Arguments

filename

Where to save the output.

obj

The learner or grid to output.

...

Refer to the Julia documentation for available parameters.

IAI Compatibility

Outputting a grid search requires IAI version 2.0 or higher.

Examples

## Not run: iai::write_html(file.path(tempdir(), "tree.html"), lnr)


iai documentation built on July 9, 2023, 5:41 p.m.