tests/testthat/_snaps/space_filling.md

max entropy designs

Code
  grid_max_entropy(mtry(), size = 11, original = FALSE)
Condition
  Error in `grid_max_entropy()`:
  x This argument contains unknowns: `mtry`.
  i See the `dials::finalize()` function.

latin square designs

Code
  grid_latin_hypercube(mtry(), size = 11, original = FALSE)
Condition
  Error in `grid_latin_hypercube()`:
  x This argument contains unknowns: `mtry`.
  i See the `dials::finalize()` function.


tidymodels/dials documentation built on March 18, 2024, 6:30 a.m.