multi_tree_plot.grid_search {iai} | R Documentation |
Construct an interactive tree visualization of multiple tree learners from the results of a grid search
Description
Julia Equivalent:
IAI.MultiTreePlot
Usage
## S3 method for class 'grid_search'
multi_tree_plot(obj, ...)
Arguments
obj |
The grid to visualize |
... |
Additional arguments (unused) |
IAI Compatibility
Requires IAI version 2.0 or higher.
Examples
## Not run: iai::multi_tree_plot(grid)
[Package iai version 1.10.1 Index]