View source: R/getNestedTuneResults.R
getNestedTuneResultsX | R Documentation |
After you resampled a tuning wrapper (see makeTuneWrapper)
with resample(..., extract = getTuneResult)
this helper returns a data.frame
with
the best found hyperparameter settings for each resampling iteration.
getNestedTuneResultsX(r)
r |
(ResampleResult) |
(data.frame). One column for each tuned hyperparameter and one row for each outer resampling iteration.
Other tune:
TuneControl
,
getNestedTuneResultsOptPathDf()
,
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.