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
I think this could either be fixed in mlr3pipelines "manually" or we directly fix mlr3::convert_task which seems to cause the problem (i.e., during the trafo a new Task is created using the DataBackend of the task but during resampling it can happen that some levels are no longer present and therefore are also no longer present in the backend resulting in also being missing in the new Task.
PipeOpTargetTrafo
drops missing factor levels in task, whereasmlr3
keeps the factor levels.Using
PipeOpFixFactors
fixes the issue but maybePipeOpTargetTrafo
should not drop the factor levels?The gallery post bike sharing fails (mlr-org/mlr3gallery#119).
The text was updated successfully, but these errors were encountered: