Learn R Programming

mlr (version 2.2)

removeHyperPars: Remove hyperparameters settings of a learner.

Description

Remove settings (previously set through mlr) for some parameters. Which means that the default behavior for that param will now be used.

Usage

removeHyperPars(learner, ids = character(0L))

Arguments

Value

[Learner].

See Also

Other learner: getHyperPars; getParamSet; setHyperPars; setId; setPredictType; showHyperPars