Learn R Programming

mlr (version 2.7)

makeModelMultiplexerParamSet: Creates a parameter set for model multiplexer tuning.

Description

Handy way to create the param set with less typing.

The following is done automatically:

  • Theselected.learnerparam is created
Parameter names are prefixed. The requires field of each param is set. This makes all parameters subordinate to selected.learner

Usage

makeModelMultiplexerParamSet(multiplexer, ..., .check = TRUE)

Arguments

Value

[ParamSet].

See Also

Other multiplexer: makeModelMultiplexer

Other tune: TuneControl, getNestedTuneResultsOptPathDf, getNestedTuneResultsX, getTuneResult, makeModelMultiplexer, makeTuneWrapper, tuneParams, tuneThreshold

Examples

Run this code
# See makeModelMultiplexer

Run the code above in your browser using DataLab