autoplot.grid_search: Construct a 'ggplot2::ggplot' object plotting grid search...

View source: R/optimalfeatureselection.R

autoplot.grid_searchR 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 "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

## Not run: ggplot2::autoplot(grid)


iai documentation built on July 9, 2023, 5:41 p.m.