mlr_learners_regr.compboost | R Documentation |
Componentwise boosting
Calls compboost::Compboost()
from package compboost.
Create a LearnerRegrCompboost
object.
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")
Dictionary of Learners: mlr3::mlr_learners
if (requireNamespace("compboost")) {
learner = mlr3::lrn("regr.compboost")
print(learner)
# available parameters:
learner$param_set$ids()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.