powered by
ggplot2::ggplot
Construct a ggplot2::ggplot object plotting grid search results for Optimal Feature Selection learners
# S3 method for grid_search autoplot(object, type = stop("`type` is required"), ...)
The grid search to plot
The type of plot to construct (either "validation" or "importance", for more information refer to the Julia documentation for plotting grid search results )
"validation"
"importance"
Additional arguments (unused)
Requires IAI version 2.2 or higher.
if (FALSE) ggplot2::autoplot(grid)
Run the code above in your browser using DataLab