This learner is a wrapper around stats::glm() in order to perform a
generalized linear regression. There is no implementation for tuning
parameters, thus the only experiment to use LearnerGlm for is
MLCrossValidation.
Returns
A new LearnerGlm R6 object.
Examples
LearnerGlm$new()
Method clone()
The objects of this class are cloneable with this method.