Simon P. Couch

Results 284 comments of Simon P. Couch

Thank you for the code, @topepo! Will look into whether integrating the real data would preserve the existing narrative—totally makes sense that "this looks like the real data but is...

Just noting that I can reproduce this. An admittedly cumbersome way around this right now is to drop `pauc` in a package and then supply it to `control_race(pkgs)`, but we...

I'm not sure I understand this most recent reply, but we'll be coming back to this as we continue to improve our support for parallelism!

Turns out we can replicate this issue with tune alone—I just filed an issue there and will address soon! Thank you!

I imagine this will cause snap changes in many places in extratests and parsnip extensions. Those should be able to just test the warning class now.😜

I agree with Emil—will go ahead and move this to parsnip, where it more likely ought to live.

Looping in @nathanhaigh—thanks for the issue. Related to #774 and #391. We've been iterating on this default over time and looks like the most recent changes introduce a slowdown in...

I think this was the best possible misspelling of dependency😝 I'm not super enthusiastic about this one. I feel that: * Unexpected reverse dependency breakages haven't bit me too much...

Thanks for the issue! Just confirming that I can reproduce this and 1) it does seem to be aorsf-specific (i.e. xgboost is not an issue) and 2) it doesn't seem...

Thanks for the issue! You can set lightgbm `params` by passing the desired parameter directly to `set_engine()` rather than as an element of `set_engine(param)`: ``` r library(bonsai) #> Loading required...