GridSearchConfig
VariantGrid search over hyperparameter combinations. See setup_GridSearch.
Properties
resampler_configsearch_typestringGrid search strategy.
one of
"exhaustive""randomized"randomize_pnumber | null> 0< 1Fraction of combinations to test when search_type is 'randomized'.
metrics_aggregate_fnstringName of the function used to aggregate metrics across resamples.
metricstring | nullMetric to minimize or maximize. NULL = set from outcome type.
maximizeboolean | nullMaximize `metric` (otherwise minimize). NULL = set from the metric.