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
We could support this via the ellipsis. Otherwise setting the respective column roles could be somewhat easily forgotten.
On the other hand behaviour would differ than compared to as_task_*() from mlr3 as such custom conversions would not be supported there.
Thinking about it once more, I guess leaving it as it is might be best.
This change would also be very niche and the behavior does not appear in other mlr3 packages, so it would probably not be used much.
With *ST tasks becoming the main Task type (again), we probably want to have this. Maybe not with space and time col roles but groups instead - but the general feature to specify the grouping during task construction.
We could support this via the ellipsis. Otherwise setting the respective column roles could be somewhat easily forgotten.
On the other hand behaviour would differ than compared to
as_task_*()
from mlr3 as such custom conversions would not be supported there.@be-marc what do you think?
Example:
The text was updated successfully, but these errors were encountered: