Julia Equivalent:
IAI.GridSearch
grid_search(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,
)
# }
Run the code above in your browser using DataLab