plot_tuner {kerastuneR} | R 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: |
Value
a list which contains a dataframe of results and a plot
[Package kerastuneR version 0.1.0.7 Index]