mlr_learners_regr.compboost: CompBoost Regression Learner

mlr_learners_regr.compboostR Documentation

CompBoost Regression Learner

Description

Componentwise boosting Calls compboost::Compboost() from package compboost.

Create a LearnerRegrCompboost object.

Dictionary

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

mlr_learners$get("regr.compboost")
lrn("regr.compboost")

See Also

Dictionary of Learners: mlr3::mlr_learners

Examples

if (requireNamespace("compboost")) {
  learner = mlr3::lrn("regr.compboost")
  print(learner)

  # available parameters:
learner$param_set$ids()
}

Coorsaa/autocompboost documentation built on March 19, 2023, 12:08 p.m.