-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to have an aggregate function instead of the active binding? #153
Comments
Looking at your code is on my TODO (e.g. https://github.com/mlr-org/mlr3tuning/pull/29/files#diff-8d41897158e70fbb081fd674a26bffd0R80). I'll get back to you tomorrow. |
This is now a function, as requested. The interface might change again though, depending on #155. |
Actually, it might be better to provide the parameters as list column and let the user unnest them. @schalkdaniel What do you think? |
I think the On the other hand, tuning over a large amount of parameter (as it is for pipelines?) can bloat the aggregated data table. So, maybe returning the parameters as list column by default, but giving the possibility to unnest them automatically? |
We have a no sugar agreement. You get the list column for now. 😉 I've added an example to demonstrate how to access the params. |
Wouldn't it be nice to have a function
which returns not just the aggregated benchmark object but also the parameter of a single learner? I have written a wrapper in tuning, but it feels a bit misplaced there.
The text was updated successfully, but these errors were encountered: