AutoCompBoostRegr | R Documentation |
Class for Automated Regression in autocompboost. Subclass of AutoCompBoostBase
Creates a new instance of this R6 class.
task |
( |
resampling |
(Resampling) |
param_values |
( |
measure |
(Measure) |
tuning_method |
( |
tuning_time |
( |
tuning_iters |
( |
tuning_generations |
( |
enable_tuning |
( |
final_model |
( |
AutoCompBoostRegr
Objects should be created using the AutoCompBoost interface function.
regression_model = AutoCompBoost(regression_task, resampling, measure, tuning_time, tuning_iters, final_model)
## Not run:
library(mlr3)
library(autocompboost)
regression_model = AutoCompBoost(tsk("boston_housing"))
regression_model$train()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.