Skip to contents

Classification auto learner.

Super classes

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

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Usage

LearnerClassifAutoFTTransformer$new(
  id = "classif.auto_ft_transformer",
  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

LearnerClassifAutoFTTransformer$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.