
Classification Gradient Boosted Decision Trees Auto Learner
Source:R/LearnerClassifAutoCatboost.R
LearnerClassifAutoCatboost.RdClassification auto learner.
Super classes
mlr3::Learner -> mlr3automl::LearnerAuto -> mlr3automl::LearnerClassifAuto -> LearnerClassifAutoCatboost
Methods
Method new()
Creates a new instance of this R6 class.
Usage
LearnerClassifAutoCatboost$new(id = "classif.auto_catboost", rush = NULL)Arguments
id(
character(1))
Identifier for the new instance.rushrush::Rush
Rush instance.