View source: R/ModelMultiplexerParamSet.R
| makeModelMultiplexerParamSet | R Documentation |
Handy way to create the param set with less typing.
The following is done automatically:
The selected.learner param is created
Parameter names are prefixed.
The requires field of each param is set.
This makes all parameters subordinate to selected.learner
makeModelMultiplexerParamSet(multiplexer, ..., .check = TRUE)
multiplexer |
(ModelMultiplexer) |
... |
(ParamHelpers::ParamSet | ParamHelpers::Param) |
.check |
(logical) |
ParamSet.
Other multiplexer:
makeModelMultiplexer()
Other tune:
TuneControl,
getNestedTuneResultsOptPathDf(),
getNestedTuneResultsX(),
getResamplingIndices(),
getTuneResult(),
makeModelMultiplexer(),
makeTuneControlCMAES(),
makeTuneControlDesign(),
makeTuneControlGenSA(),
makeTuneControlGrid(),
makeTuneControlIrace(),
makeTuneControlMBO(),
makeTuneControlRandom(),
makeTuneWrapper(),
tuneParams(),
tuneThreshold()
# See makeModelMultiplexer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.