LearnerClassifCompboost: Component-wise gradient boosting classification learner

LearnerClassifCompboostR Documentation

Component-wise gradient boosting classification learner

Description

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

Super classes

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

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerClassifCompboost$new()

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()

schalkdaniel/compboost documentation built on April 15, 2023, 9:03 p.m.