LearnerRegrCompboost | R Documentation |
A Learner for a component-wise boosting model implemented in Compboost.
mlr3::Learner
-> compboost::LearnerCompboost
-> LearnerRegrCompboost
mlr3::Learner$base_learner()
mlr3::Learner$format()
mlr3::Learner$help()
mlr3::Learner$predict()
mlr3::Learner$predict_newdata()
mlr3::Learner$print()
mlr3::Learner$reset()
mlr3::Learner$train()
compboost::LearnerCompboost$importance()
compboost::LearnerCompboost$save_json()
compboost::LearnerCompboost$selected_features()
new()
Creates a new instance of this R6 class.
LearnerRegrCompboost$new()
clone()
The objects of this class are cloneable with this method.
LearnerRegrCompboost$clone(deep = FALSE)
deep
Whether to make a deep clone.
task = mlr3::tsk("mtcars")
l = mlr3::lrn("regr.compboost", baselearner = "linear", iterations = 50)
l$train(task)
l$importance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.