LearnerRegrCompboost: Component-wise gradient boosting regression learner

LearnerRegrCompboostR Documentation

Component-wise gradient boosting regression learner

Description

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

Super classes

mlr3::Learner -> compboost::LearnerCompboost -> LearnerRegrCompboost

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerRegrCompboost$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerRegrCompboost$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

task = mlr3::tsk("mtcars")
l = mlr3::lrn("regr.compboost", baselearner = "linear", iterations = 50)
l$train(task)
l$importance()

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