Skip to contents

Classification auto learner.

Value

Object of class R6::R6Class and LearnerClassifAutoSVM.

Super classes

mlr3::Learner -> LearnerAuto -> LearnerClassifAuto -> LearnerClassifAutoSVM

Methods

Inherited methods


LearnerClassifAutoSVM$new()

Creates a new instance of this R6 class.

Usage

LearnerClassifAutoSVM$new(id = "classif.auto_svm", rush = NULL)

Arguments

id

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

rush

rush::Rush
Rush instance.


LearnerClassifAutoSVM$clone()

The objects of this class are cloneable with this method.

Usage

LearnerClassifAutoSVM$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

learner = lrn("classif.auto_svm")
learner
#> 
#> ── <LearnerClassifAutoSVM> (classif.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] and prob
#> • Feature Types: logical, integer, numeric, character, factor, and ordered
#> • Encapsulation: none (fallback: -)
#> • Properties: missings, multiclass, twoclass, and weights
#> • Other settings: use_weights = 'use', predict_raw = 'FALSE'