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

update snapshots with space-filling grids #218

Merged
merged 3 commits into from
Aug 6, 2024
Merged

Conversation

simonpcouch
Copy link
Contributor

Closes #217, related to tidymodels/tune#919.

@@ -15,6 +15,9 @@ rs <- bootstraps(mtcars, times = 5)
## -----------------------------------------------------------------------------

test_that('grid search', {
# pending tidymodels/dials#347
skip_if_not_installed("dials", minimum_version = "1.3.0.9001")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See tidymodels/dials#347 errors out as dials proposes hyperparameter values that result in failed model fits.

@simonpcouch simonpcouch merged commit d575e4e into main Aug 6, 2024
5 checks passed
@simonpcouch simonpcouch deleted the grid-space-filling branch August 6, 2024 13:50
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

Successfully merging this pull request may close these issues.

new failures related to space-filling grid default in dev tune
1 participant