Lukas Burk
Lukas Burk
Commenting as a quick reminder for myself that this is interesting to me, since tcltk forces XQuartz to open on my machine and when I close it the R session...
Looking over rfsrc and ranger, I don't think they have parameters equivalent to `leaf_min_events`, so I guess this would then be aorsf-specific? Searching for the `convert_ratio` helper which is used...
Just to revive this a little: In https://github.com/mlr-org/mlr3extralearners/pull/384 I noticed that the API is kind of.. odd? I mean, introducing a custom param `leaf_min_events_ratio ` is fine, but since `aorsf`...
As it turns out, tuning `leaf_min_obs` and fixing `lead_min_events = 1` in turn leads to the analogous error ```r leaf_min_obs = 49 should be
Okay, so: In the context of our benchmark, we decided to just keep the previous setup as-is, i.e. tune `leaf_min_events` and accept that some evaluations will error. This is going...
I was just about to research how to add a code copy button when I found this --- is this still being considered?
Well, I haven't worked on this package since well over a year and don't know when I'll get around to it again. tbh I don't even remember if this part...
Most things are working, except for anything on GitHub actions because the device flow requires pin entry which doesn't work of course. Not sure how to proceed here. I could...
Yeah defaulting to non-oauth'd requests was easiest. The code is kind of convoluted now and needs a good refactoring but I think everything works now at least.
From what I understand `foobar` is just the short form alias of the host but connections are made using `HostName`(specified as a FQDN) in any case? For what it's worth,...