grid_search | R Documentation |
Julia Equivalent:
IAI.GridSearch
grid_search(lnr, ...)
lnr |
The learner to use when validating. |
... |
The parameters to validate over. |
## Not run:
grid <- iai::grid_search(
iai::optimal_tree_classifier(
random_seed = 1,
),
max_depth = 1:5,
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.