Output a learner as an interactive browser visualization in HTML format
Julia Equivalent:
IAI.write_html
write_html(filename, lnr, ...)
filename |
Where to save the output. |
lnr |
The learner or grid to output. |
... |
Refer to the Julia documentation for available parameters. |
Outputting a grid search requires IAI version 2.0 or higher.
## Not run: iai::write_html(file.path(tempdir(), "tree.html"), lnr)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.