Linear model regression learner with formula
mlr_learners_regr.lm_formula.RdOrdinary linear regression with formula.
Calls stats::lm().
Super classes
mlr3::Learner -> mlr3::LearnerRegr -> LearnerRegrLMFormula
Methods
Inherited methods
mlr3::Learner$base_learner()mlr3::Learner$configure()mlr3::Learner$encapsulate()mlr3::Learner$format()mlr3::Learner$help()mlr3::Learner$predict()mlr3::Learner$predict_newdata()mlr3::Learner$print()mlr3::Learner$reset()mlr3::Learner$selected_features()mlr3::Learner$train()mlr3::LearnerRegr$predict_newdata_fast()