mlr_learners_regr.liblinearl2l1svr: L2-Regularized L1-Loss Support Vector Regression Learner

Description Custom mlr3 defaults Dictionary Super classes Methods See Also Examples

Description

L2-Regularized L1-Loss support vector regression learner. Calls LiblineaR::LiblineaR() (type = 13) from package LiblineaR.

Custom mlr3 defaults

Dictionary

This Learner can be instantiated via the dictionary mlr_learners or with the associated sugar function lrn():

1
2
mlr_learners$get("regr.liblinearl2l1svr")
lrn("regr.liblinearl2l1svr")

Super classes

mlr3::Learner -> mlr3::LearnerRegr -> LearnerRegrLiblineaRL2L1SVR

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerRegrLiblineaRL2L1SVR$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerRegrLiblineaRL2L1SVR$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Dictionary of Learners: mlr3::mlr_learners

Examples

1
2
3
4
5
learner = mlr3::lrn("regr.liblinearl2l1svr")
print(learner)

# available parameters:
learner$param_set$ids()

mlr3learners/mlr3learners.liblinear documentation built on June 4, 2020, 8:16 p.m.