prepareProgressPlot | R Documentation |
converts result
from a spot
run into the long format.
prepareProgressPlot(modelList, runNr, directory = NULL, maxY = NULL)
modelList |
ml/dl model (character) |
runNr |
run number (character) |
directory |
location of the (non-default, e.g., tuned) parameter file. Note: load result only when directory is specified, otherwise use (only one!) result from the workspace. |
maxY |
max number of y values. If |
data frame with results:
x
integer representing step
y
corresponding function value at step x.
name
ml/dl model name, e.g., ranger
size
initial design size.
yInitMin
min y value before SMBO is started, based on the initial design only.
modelList <- list("resDl") runNr <- list("100") result <- resDl100 directory <- NULL prepareProgressPlot(modelList, runNr, directory)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.