Get the opt.path
s from each tuning step from the outer resampling.
Source: R/getNestedTuneResults.R
getNestedTuneResultsOptPathDf.Rd
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.
Arguments
- r
(ResampleResult)
The result of resampling of a tuning wrapper.- trafo
(
logical(1)
)
Should the units of the hyperparameter path be converted to the transformed scale? This is only necessary when trafo was used to create theopt.path
s. Note thatopt.path
s are always stored on the untransformed scale. Default isFALSE
.
Value
(data.frame). See above.
See also
Other tune:
TuneControl
,
getNestedTuneResultsX()
,
getResamplingIndices()
,
getTuneResult()
,
makeModelMultiplexerParamSet()
,
makeModelMultiplexer()
,
makeTuneControlCMAES()
,
makeTuneControlDesign()
,
makeTuneControlGenSA()
,
makeTuneControlGrid()
,
makeTuneControlIrace()
,
makeTuneControlMBO()
,
makeTuneControlRandom()
,
makeTuneWrapper()
,
tuneParams()
,
tuneThreshold()