Learn R Programming

iai (version 1.4.0)

write_html: Output a learner as an interactive browser visualization in HTML format

Description

Julia Equivalent: IAI.write_html

Usage

write_html(filename, lnr, ...)

Arguments

filename

Where to save the output.

lnr

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

Run this code
# NOT RUN {
iai::write_html(file.path(tempdir(), "tree.html"), lnr)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab