Skip to contents

Classification auto learner.

Super classes

mlr3::Learner -> mlr3automl::LearnerAuto -> mlr3automl::LearnerClassifAuto -> LearnerClassifAutoGlmnet

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Usage

LearnerClassifAutoGlmnet$new(id = "classif.auto_glmnet", rush = NULL)

Arguments

id

(character(1))
Identifier for the new instance.

rush

rush::Rush
Rush instance.


Method clone()

The objects of this class are cloneable with this method.

Usage

LearnerClassifAutoGlmnet$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.