autoplot.grid_search {iai} | R Documentation |
Construct a
ggplot2::ggplot
object plotting grid search results for Optimal Feature Selection learners
Description
Construct a
ggplot2::ggplot
object plotting grid search results for Optimal Feature Selection learners
Usage
## S3 method for class 'grid_search'
autoplot(object, type = stop("`type` is required"), ...)
Arguments
object |
The grid search to plot |
type |
The type of plot to construct (either |
... |
Additional arguments (unused) |
IAI Compatibility
Requires IAI version 2.2 or higher.
Examples
## Not run: ggplot2::autoplot(grid)
[Package iai version 1.10.1 Index]