View source: R/optimalfeatureselection.R
autoplot.grid_search | R Documentation |
ggplot2::ggplot
object plotting grid search results for Optimal Feature Selection learnersConstruct a
ggplot2::ggplot
object plotting grid search results for Optimal Feature Selection learners
## S3 method for class 'grid_search'
autoplot(object, type = stop("`type` is required"), ...)
object |
The grid search to plot |
type |
The type of plot to construct (either |
... |
Additional arguments (unused) |
Requires IAI version 2.2 or higher.
## Not run: ggplot2::autoplot(grid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.