Returns expanded tuning parameter ranges that provide better coverage
than the minimal defaults. These are used when tuning_complexity
is set to "thorough" or "exhaustive".
get_expanded_tune_params(algo, train_data, label, engine)A list of expanded tuning parameter ranges.
Algorithm name.
Training data frame.
Outcome variable name.
Engine name.