Skip to contents

Regression auto learner.

Super classes

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

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.

Usage

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

LearnerRegrAutoLightGBM$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.