mlr (version 2.17.1)

getTuneResult: 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) Trained Model created with makeTuneWrapper.

Value

(TuneResult).

See Also

Other tune: TuneControl, getNestedTuneResultsOptPathDf(), getNestedTuneResultsX(), getResamplingIndices(), makeModelMultiplexerParamSet(), makeModelMultiplexer(), makeTuneControlCMAES(), makeTuneControlDesign(), makeTuneControlGenSA(), makeTuneControlGrid(), makeTuneControlIrace(), makeTuneControlMBO(), makeTuneControlRandom(), makeTuneWrapper(), tuneParams(), tuneThreshold()