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