Skip to contents

A Learner for a component-wise boosting model implemented in Compboost.

Super classes

mlr3::Learner -> compboost::LearnerCompboost -> LearnerClassifCompboost

Methods

Inherited methods


Method new()

Creates a new instance of this R6 class.


Method clone()

The objects of this class are cloneable with this method.

Usage

LearnerClassifCompboost$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

task = mlr3::tsk("german_credit")
l = mlr3::lrn("classif.compboost", baselearner = "components",
  df = 5, iterations = 20)
l$train(task)
l$selected_features()
#> [1] "status_ridge"