LearnerClassifCompboost | R Documentation |
A Learner for a component-wise boosting model implemented in Compboost.
mlr3::Learner
-> compboost::LearnerCompboost
-> LearnerClassifCompboost
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.
LearnerClassifCompboost$new()
clone()
The objects of this class are cloneable with this method.
LearnerClassifCompboost$clone(deep = FALSE)
deep
Whether to make a deep clone.
task = mlr3::tsk("german_credit")
l = mlr3::lrn("classif.compboost", baselearner = "components",
df = 5, iterations = 20)
l$train(task)
l$selected_features()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.