Given a set of paramters (e.g. named list). Returns a data frame where each row is a set of parameters to inform a given model
1 | build_parameter_grid(..., grid_type = "ordered")
|
... |
... Named list of parameters |
grid_type |
character vector. One of ordered, none or all. None returns the first value for each set of parameters, ordered returns a data frame where each row refers to the position as passed and all returns all combinations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.