Sebastian Fischer

Results 389 comments of Sebastian Fischer

One more comment about the `weights_resampling`. What do you think about not making this weights, but counts instead? For the holdout resampling, e.g., for a `Task` with row_ids `1:10` we...

> One more comment about the `weights_resampling`. What do you think about not making this weights, but counts instead? For the holdout resampling, e.g., for a `Task` with row_ids `1:10`...

@berndbischl @mllg What's the status here?

Thanks @tdhock. This would probably be a relatively large change, so this needs to be discussed in depth.

So this feature was at some point already on the roadmap, we just never got around to implementing it. And yes, we could either modify the existing `TaskRegr` (and give...

@berndbischl @mb706 @be-marc

Relevant Links: * https://mlr.mlr-org.com/articles/tutorial/multilabel.html * https://github.com/mlr-org/mlr3multioutput * https://arxiv.org/abs/1703.08991

Yeah, this should definitely be possible. In principle we have a mechanism for this in `mlr3`, which is called "hotstarting" so we were also discussing implementing this in a "nice"...

I am a bit busy until next friday, so if you need it before that you would have to go at it yourself. It should not be too difficult though....