After you resampled a tuning wrapper (see makeTuneWrapper)
with resample(..., extract = getTuneResult)
this helper returns a data.frame
with
the the best found hyperparameter settings for each resampling iteration.
getNestedTuneResultsX(r)
(ResampleResult) The result of resampling of a tuning wrapper.
(data.frame). One column for each tuned hyperparameter and one row for each outer resampling iteration.
Other tune: TuneControl
,
getNestedTuneResultsOptPathDf
,
getTuneResult
,
makeModelMultiplexerParamSet
,
makeModelMultiplexer
,
makeTuneControlCMAES
,
makeTuneControlDesign
,
makeTuneControlGenSA
,
makeTuneControlGrid
,
makeTuneControlIrace
,
makeTuneControlMBO
,
makeTuneControlRandom
,
makeTuneWrapper
, tuneParams
,
tuneThreshold
# NOT RUN {
# see example of makeTuneWrapper
# }
Run the code above in your browser using DataLab