Description Usage Arguments Value Examples
Creates an instance of AutoMLClassif or AutoMLRegr.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
task |
( |
learner_list |
( |
learner_timeout |
( |
resampling |
(Resampling) |
measure |
(Measure) |
runtime |
( |
terminator |
(Terminator) |
preprocessing |
(
Alternatively, a Graph object can be used to specify a custom preprocessing pipeline. |
portfolio |
( |
additional_params |
(ParamSet) |
custom_trafo |
( |
(AutoMLClassif | AutoMLRegr)
Returned class depends on the type of task.
1 2 3 4 5 6 7 8 | ## Not run:
library(mlr3)
library(mlr3automl)
model = AutoML(tsk("iris"))
model$train()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.