getNestedTuneResultsOptPathDf {mlr} | R Documentation |
Get the opt.path
s from each tuning step from the outer resampling.
Description
After you resampled a tuning wrapper (see makeTuneWrapper)
with resample(..., extract = getTuneResult)
this helper returns a data.frame
with
with all opt.path
s combined by rbind
.
An additional column iter
indicates to what resampling iteration the row belongs.
Usage
getNestedTuneResultsOptPathDf(r, trafo = FALSE)
Arguments
r |
(ResampleResult) |
trafo |
( |
Value
(data.frame). See above.
See Also
Other tune:
TuneControl
,
getNestedTuneResultsX()
,
getResamplingIndices()
,
getTuneResult()
,
makeModelMultiplexer()
,
makeModelMultiplexerParamSet()
,
makeTuneControlCMAES()
,
makeTuneControlDesign()
,
makeTuneControlGenSA()
,
makeTuneControlGrid()
,
makeTuneControlIrace()
,
makeTuneControlMBO()
,
makeTuneControlRandom()
,
makeTuneWrapper()
,
tuneParams()
,
tuneThreshold()
Examples
# see example of makeTuneWrapper