getNestedTuneResultsX: Get the tuned hyperparameter settings from a nested tuning.

Description Usage Arguments Value See Also Examples

View source: R/getNestedTuneResults.R

Description

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.

Usage

1

Arguments

r

[ResampleResult]
The result of resampling of a tuning wrapper.

Value

[data.frame]. One column for each tuned hyperparameter and one row for each outer resampling iteration.

See Also

Other tune: TuneControl, getNestedTuneResultsOptPathDf, getTuneResult, makeModelMultiplexerParamSet, makeModelMultiplexer, makeTuneControlCMAES, makeTuneControlDesign, makeTuneControlGenSA, makeTuneControlGrid, makeTuneControlIrace, makeTuneControlMBO, makeTuneControlRandom, makeTuneWrapper, tuneParams, tuneThreshold

Examples

1
# see example of makeTuneWrapper

guillermozbta/s2 documentation built on May 17, 2019, 4:01 p.m.