workboots icon indicating copy to clipboard operation
workboots copied to clipboard

speed-ups

Open topepo opened this issue 1 year ago • 1 comments

Looking at the internals, there are some changes you could make to potentially get some speedups.

Inside tidymodels, I tend to use tidyverse functions (e.g. filter() and select()) instead of simpler functions. In our group, Simon wrote two blog posts (one and two) that showed significant speed-ups, especially when you do a lot fast computations (e.g. bootstrapping lm() and so on).

It might be work looking into some of those substitutions.

topepo avatar Jan 12 '24 20:01 topepo

Thanks! I'll take a look at those resources

markjrieke avatar Jan 18 '24 03:01 markjrieke