powered by
Julia Equivalent: IAI.GridSearch
IAI.GridSearch
grid_search(lnr, ...)
The learner to use when validating.
The parameters to validate over.
if (FALSE) { grid <- iai::grid_search( iai::optimal_tree_classifier( random_seed = 1, ), max_depth = 1:5, ) }
Run the code above in your browser using DataLab