Learn R Programming

iai (version 1.7.0)

autoplot.grid_search: 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 grid_search
autoplot(x, type = stop("`type` is required"), ...)

Arguments

x

The grid search to plot

type

The type of plot to construct (either "validation" or "importance", for more information refer to the Julia documentation for plotting grid search results )

...

Additional arguments (unused)

IAI Compatibility

Requires IAI version 2.2 or higher.

Examples

Run this code
if (FALSE) ggplot2::autoplot(grid)

Run the code above in your browser using DataLab