getLearnerBare {mlrCPO} | R Documentation |
Get the Learner with the CPOs Removed
Description
Get the bare Learner
without the CPO
s that were previously added.
It is still possible for the result to be a wrapped learner, e.g. a TuningWrapper wrapped learner. It is also possible that below the tuning wrapper, there are more CPOs. These can and will not be removed.
This function is complementary to getLearnerCPO
.
Usage
getLearnerBare(learner)
Arguments
learner |
[ |
Value
[Learner
]. The learner without attached CPOs.
See Also
Other CPOLearner related:
CPOLearner
,
attachCPO()
,
getLearnerCPO()
[Package mlrCPO version 0.3.7-7 Index]