Methods
Inherited methods
Method new()
Creates a new instance of this R6 class.
Arguments
ttype
(character(1))
The task type of the learner. Must be regr or classif.
Method importance()
The importance scores are extracted from the model slot $calculateFEatureImportance().
Usage
LearnerCompboost$importance()
Method selected_features()
Selected features are extracted from the model slot $getSelectedBaselearner().
Usage
LearnerCompboost$selected_features()
Method save_json()
Save the model to a JSON file.
Usage
LearnerCompboost$save_json(file)
Arguments
file
(character(1)
Name/path to the file.
Method clone()
The objects of this class are cloneable with this method.
Usage
LearnerCompboost$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.