Validates that a fitted learner is compatible with a given domain. Checks that the learner is fitted, that domain parameters match trained features, and validates type compatibility including factor level constraints.
Arguments
- learner
(mlr3::LearnerRegr)
A fitted regression learner.- domain
(paradox::ParamSet)
Parameter set describing the input space.