plot_tuner: Plot the tuner results with 'plotly'

View source: R/plot_tuner.R

plot_tunerR Documentation

Plot the tuner results with 'plotly'

Description

Plot the search space results

Usage

plot_tuner(tuner, height = NULL, width = NULL, type = "plotly")

Arguments

tuner

A tuner object

height

height of the plot

width

width of the plot

type

Type parameter has 2 options:
* By default it uses 'plotly'
* Second option is 'echarts4r'
**Note** that 'echarts4r' ignores width and height parameters

Value

a list which contains a dataframe of results and a plot


kerastuneR documentation built on Sept. 4, 2023, 1:06 a.m.