Description Usage Arguments Value See Also Examples
Defines how the hyperparameter tuning should be conducted
1 2 3 4 5 6 | makeHyperControl(
mlr.control = NULL,
resampling = NULL,
measures = NULL,
par.config = NULL
)
|
mlr.control |
[ |
resampling |
[ |
measures |
[ |
par.config |
[ |
[HyperControl
]
Other HyperControl:
getHyperControlMeasures()
,
getHyperControlMlrControl()
,
getHyperControlResampling()
,
setHyperControlMeasures()
,
setHyperControlMlrControl()
,
setHyperControlResampling()
1 2 3 4 5 6 | hyper.control = makeHyperControl(
mlr.control = makeTuneControlRandom(maxit = 5),
resampling = cv2,
measures = acc
)
hyperopt(task = iris.task, learner = "classif.svm", hyper.control = hyper.control)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.