Toby Dylan Hocking

Results 315 comments of Toby Dylan Hocking

thanks for the info. I probably don't have time to work on this for a few weeks. for context, I run some experiments on the cluster with a lot of...

I have some discussion of advantages of mlr3 relative to tidymodels and base R for loops here https://tdhock.github.io/blog/2023/comparing-ml-frameworks/ but it would be nice to also discuss scikit-learn and caret. Best...

If you tell me what kind of operation would be important to benchmark, I could give you advice on writing the atime could which could hopefully let you see regressions....

[Doris_Amoakohene__atime_for_asymptotic_Timings.pdf](https://github.com/user-attachments/files/20381476/Doris_Amoakohene__atime_for_asymptotic_Timings.pdf) Here is a PDF pre-print of our paper about atime which we submitted for peer review at R Journal. If you have time, please read and suggest improvements.

There is a comparison between touchstone and atime in our paper: Features of atime and touchstone for performance testing The most similar R package to atime is touchstone, which also...

the simplest "example" I can find of a usage of sampler, is in the source code: https://github.com/mlverse/torch/blob/main/R/utils-data-sampler.R#L57 ```r SequentialSampler

here is an example that seems to work. https://github.com/mlr-org/mlr3torch/issues/417#issuecomment-3109001613 would it be acceptable to submit a PR which adds this as an example?

also these are not exported, but a previous issue indicated that they could be #808

here is a non-exhaustive list of articles https://tdhock.github.io/blog/2025/mlr3-tutorials/ (I think there are some others that I should add to this list but I have not had time)

hi ben thanks for the pr