LearnerRegrFeatureless: Featureless Regression Learner

Description Format Construction See Also

Description

A simple LearnerRegr which only analyses the response during train, ignoring all features. If hyperparameter robust is FALSE (default), constantly predicts mean(y) as response and sd(y) as standard error. If robust is TRUE, median() and madn() are used instead of mean() and sd(), respectively.

Format

R6::R6Class inheriting from LearnerRegr.

Construction

1
2
3
LearnerRegrFeatureless$new()
mlr_learners$get("regr.featureless")
lrn("regr.featureless")

See Also

Dictionary of Learners: mlr_learners


mllg/mlr3 documentation built on Sept. 27, 2019, 9:38 a.m.