getTuneResult {mlr} | R Documentation |
Returns the optimal hyperparameters and optimization path after training.
Description
Returns the optimal hyperparameters and optimization path after training.
Usage
getTuneResult(object)
Arguments
object |
(WrappedModel) |
Value
(TuneResult).
See Also
Other tune:
TuneControl
,
getNestedTuneResultsOptPathDf()
,
getNestedTuneResultsX()
,
getResamplingIndices()
,
makeModelMultiplexer()
,
makeModelMultiplexerParamSet()
,
makeTuneControlCMAES()
,
makeTuneControlDesign()
,
makeTuneControlGenSA()
,
makeTuneControlGrid()
,
makeTuneControlIrace()
,
makeTuneControlMBO()
,
makeTuneControlRandom()
,
makeTuneWrapper()
,
tuneParams()
,
tuneThreshold()
[Package mlr version 2.19.2 Index]