-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It seems to me it is not possible to use two or more tasks in AutoML?
If that's true, I would like to make feature request.
This is ussually possible in using mlr3 benchmark. It is possible to degine multiple tasks, learners etc.
If I use two tasks in AutoML:
library(mlr3automl)
library(mlr3verse)
task_1 <- tsk("iris")
task_2 <- tsk("iris")
bmr_results = AutoML(list(task_1, task_2))
bmr_results = AutoML(c(task_1, task_2))
it returns an error:
Error in if (task$task_type == "classif") { : argument is of length zero
BTW, is there any way I can contribute tu this package and help in developing? Maybe adding new learners, there are many of them in mlr3extensions?
Metadata
Metadata
Assignees
Labels
No labels