Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speed-ups #58

Open
topepo opened this issue Jan 12, 2024 · 1 comment
Open

speed-ups #58

topepo opened this issue Jan 12, 2024 · 1 comment

Comments

@topepo
Copy link

topepo commented Jan 12, 2024

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.

@markjrieke
Copy link
Owner

Thanks! I'll take a look at those resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants