Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

grid_search

Controls grid search over parameter combinations


Description

Julia Equivalent: IAI.GridSearch

Usage

grid_search(lnr, ...)

Arguments

lnr

The learner to use when validating.

...

The parameters to validate over.

Examples

grid <- iai::grid_search(
    iai::optimal_tree_classifier(
        random_seed = 1,
    ),
    max_depth = 1:5,
)

iai

Interface to 'Interpretable AI' Modules

v1.5.0
MIT + file LICENSE
Authors
Jack Dunn [aut, cre], Ying Zhuo [aut], Interpretable AI LLC [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.