Skip to contents

Regression auto learner.

Value

Object of class R6::R6Class and LearnerRegrAutoSVM.

Super classes

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

Methods

Inherited methods


LearnerRegrAutoSVM$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.


LearnerRegrAutoSVM$clone()

The objects of this class are cloneable with this method.

Usage

LearnerRegrAutoSVM$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

learner = lrn("regr.auto_svm")
learner
#> 
#> ── <LearnerRegrAutoSVM> (regr.auto_svm) ────────────────────────────────────────
#> • Model: -
#> • Parameters: check_learners=TRUE, devices=cpu, encapsulate_learner=TRUE,
#> encapsulate_mbo=TRUE, initial_design_default=FALSE,
#> initial_design_fraction=0.25, initial_design_set=0, initial_design_size=256,
#> initial_design_type=sobol, large_data_size=1000000, learner_timeout=900,
#> resampling=<ResamplingHoldout>, small_data_resampling=<ResamplingCV>,
#> small_data_size=5000, store_benchmark_result=FALSE, store_models=FALSE,
#> terminator=<TerminatorRunTime>
#> • Packages: mlr3, mlr3tuning, mlr3pipelines, mlr3learners, and e1071
#> • Predict Types: [response]
#> • Feature Types: logical, integer, numeric, character, factor, and ordered
#> • Encapsulation: none (fallback: -)
#> • Properties: missings and weights
#> • Other settings: use_weights = 'use', predict_raw = 'FALSE'