View source: R/getNestedTuneResults.R
| getNestedTuneResultsOptPathDf | R Documentation |
opt.paths from each tuning step from the outer resampling.After you resampled a tuning wrapper (see makeTuneWrapper)
with resample(..., extract = getTuneResult) this helper returns a data.frame with
with all opt.paths combined by rbind.
An additional column iter indicates to what resampling iteration the row belongs.
getNestedTuneResultsOptPathDf(r, trafo = FALSE)
r |
(ResampleResult) |
trafo |
( |
(data.frame). See above.
Other tune:
TuneControl,
getNestedTuneResultsX(),
getResamplingIndices(),
getTuneResult(),
makeModelMultiplexer(),
makeModelMultiplexerParamSet(),
makeTuneControlCMAES(),
makeTuneControlDesign(),
makeTuneControlGenSA(),
makeTuneControlGrid(),
makeTuneControlIrace(),
makeTuneControlMBO(),
makeTuneControlRandom(),
makeTuneWrapper(),
tuneParams(),
tuneThreshold()
# see example of makeTuneWrapper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.