Controls grid search over parameter combinations
Julia Equivalent:
IAI.GridSearch
grid_search(lnr, ...)
lnr |
The learner to use when validating. |
... |
The parameters to validate over. |
grid <- iai::grid_search(
iai::optimal_tree_classifier(
random_seed = 1,
),
max_depth = 1:5,
)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.