Sebastian Fischer
Sebastian Fischer
When a `data.frame` is passed to `Task$cbind` `as_data_backend.data.frame` is called which automtically sets the primary key to `..row_id`
we could handle both cases: 1. A data.frame is passed to `$cbind()` --> then we create the primary_key under the name of the existing primary_key 2. A backend is passed...
I don't think that this is currently possible. One way to achieve this would be to allow running callbacks in the `workhorse` function (that runs train and predict). There you...
So currently it is not yet possible to solve your issue with callbacks and I am waiting for feedback whether we want to enable this here. We already have the...
@berndbischl @mllg @be-marc there are also other people confused about this
We can alternatively allow for something like this, by introducing a error condition such as `NoFallback` that is then handled by `learner_train()`
Note that there is also an open issue in bundle: https://github.com/rstudio/bundle/issues/13
There is also this related package: https://github.com/HenrikBengtsson/marshal
this is implemented
I think we should write an FAQ entry how to circumvent these issues in case they appear. Maybe we could include a link to this FAQ entry in warning /...