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

The stacks tuning tests are taking too long #144

Closed
EmilHvitfeldt opened this issue Nov 16, 2023 · 2 comments
Closed

The stacks tuning tests are taking too long #144

EmilHvitfeldt opened this issue Nov 16, 2023 · 2 comments
Assignees

Comments

@EmilHvitfeldt
Copy link
Member

File: https://github.com/tidymodels/extratests/blob/main/tests/testthat/test-stacks-tuning.R

@simonpcouch simonpcouch self-assigned this Feb 27, 2024
@simonpcouch
Copy link
Contributor

The neural network and nearest neighbors models take much longer than the others:

i 1 of 6 tuning:     rec_lr
✔ 1 of 6 tuning:     rec_lr (1.7s)
i 2 of 6 tuning:     rec_bt
i Creating pre-processing data to finalize unknown parameter: mtry
✔ 2 of 6 tuning:     rec_bt (2.8s)
i 3 of 6 tuning:     rec_dt
✔ 3 of 6 tuning:     rec_dt (5.5s)
i 4 of 6 tuning:     rec_svm
✔ 4 of 6 tuning:     rec_svm (1.5s)
i 5 of 6 tuning:     rec_nn
✔ 5 of 6 tuning:     rec_nn (12.4s)
i 6 of 6 tuning:     rec_knn
✔ 6 of 6 tuning:     rec_knn (13.1s)

@simonpcouch
Copy link
Contributor

Ah, closed in #203.

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