View source: R/AutoCompBoost.R
AutoCompBoost | R Documentation |
Creates an instance of AutoCompBoostClassif or AutoCompBoostRegr.
AutoCompBoost(
task,
resampling = NULL,
param_values = NULL,
measure = NULL,
tuning_method = "smashy",
tuning_time = 60L,
tuning_iters = 150L,
tuning_generations = 3L,
enable_tuning = TRUE,
final_model = TRUE
)
task |
( |
resampling |
(Resampling) |
param_values |
( |
measure |
(Measure) |
tuning_method |
( |
tuning_time |
( |
tuning_iters |
( |
tuning_generations |
( |
enable_tuning |
( |
final_model |
( |
(AutoCompBoostClassif | AutoCompBoostRegr)
Returned class depends on the type of task.
## Not run:
library(mlr3)
library(autocompboost)
model = AutoCompBoost(tsk("sonar"))
model$train()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.