You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mlr3automl adapts to the provided task (the pipeline that is created may be different for different tasks). Also, optimal hyperparameters will depend on the data. I'm not sure I understand your use case, can you elaborate a little bit more on what you want to happen when there are multiple tasks?
I would be happy to have more contributors :) You can create a pull request into the development branch with any new features / bugfixes / etc.
but this is not possible in AutoML function. I thought it would be very convenient to allow for more than onw task in AutoML. All tasks should be of the same type ofc (for example all should be binary classification).
It seems to me you found workaround to use number of features in mlr3 trafo. It seems there is an simple solution here mlr-org/mlr3tuning#309.
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:
it returns an error:
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?
The text was updated successfully, but these errors were encountered: