diff --git a/13-grid-search.Rmd b/13-grid-search.Rmd index c333caf..46c1db8 100644 --- a/13-grid-search.Rmd +++ b/13-grid-search.Rmd @@ -143,7 +143,7 @@ The `r pkg(dials)` package contains functions for Latin hypercube and maximum en ```{r grid-sfd-compare, eval = FALSE} set.seed(1303) mlp_param %>% - grid_latin_hypercube(size = 20, original = FALSE) %>% + grid_space_filling(type = "latin_hypercube", size = 20, original = FALSE) %>% ggplot(aes(x = .panel_x, y = .panel_y)) + geom_point() + geom_blank() + diff --git a/DESCRIPTION b/DESCRIPTION index 2124da6..8bfc519 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -24,7 +24,7 @@ Imports: corrr, Cubist, DALEXtra, - dials (>= 0.0.9), + dials (>= 1.3.0), dimRed, discrim, doMC,