Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 13-grid-search.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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() +
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Imports:
corrr,
Cubist,
DALEXtra,
dials (>= 0.0.9),
dials (>= 1.3.0),
dimRed,
discrim,
doMC,
Expand Down
Loading