| 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:
xinteger representing step
ycorresponding function value at step x.
nameml/dl model name, e.g., ranger
sizeinitial design size.
yInitMinmin 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.