
Regression GLM with Elastic Net Regularization Auto Learner
Source:R/LearnerRegrAutoGlmnet.R
LearnerRegrAutoGlmnet.RdRegression auto learner.
Super classes
mlr3::Learner -> mlr3automl::LearnerAuto -> mlr3automl::LearnerRegrAuto -> LearnerRegrAutoGlmnet
Methods
Method new()
Creates a new instance of this R6 class.
Usage
LearnerRegrAutoGlmnet$new(id = "regr.auto_glmnet", rush = NULL)Arguments
id(
character(1))
Identifier for the new instance.rushrush::Rush
Rush instance.