LearnerCompboost | R Documentation |
A Learner for a component-wise boosting model implemented in Compboost.
mlr3::Learner
-> LearnerCompboost
new()
Creates a new instance of this R6 class.
LearnerCompboost$new(ttype)
ttype
(character(1)
)
The task type of the learner. Must be regr
or classif
.
importance()
The importance scores are extracted from the model slot $calculateFEatureImportance()
.
LearnerCompboost$importance()
Named numeric()
.
selected_features()
Selected features are extracted from the model slot $getSelectedBaselearner()
.
LearnerCompboost$selected_features()
character()
.
save_json()
Save the model to a JSON file.
LearnerCompboost$save_json(file)
file
(character(1)
Name/path to the file.
character(1)
clone()
The objects of this class are cloneable with this method.
LearnerCompboost$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.