Skip to contents

Regression auto learner.

Super classes

mlr3::Learner -> mlr3automl::LearnerAuto -> mlr3automl::LearnerRegrAuto -> LearnerRegrAutoSVM

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Usage

LearnerRegrAutoSVM$new(id = "regr.auto_svm", 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

LearnerRegrAutoSVM$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.