Returns algorithm-specific tuning parameter ranges adjusted for the specified complexity level.
get_tuning_params_for_complexity(
algo,
train_data,
label,
engine,
complexity = "balanced"
)A list of tuning parameter ranges.
Character string specifying the algorithm name.
Data frame containing the training data.
Character string specifying the outcome variable name.
Character string specifying the engine.
Character string specifying tuning complexity level.
Parameter ranges are scaled based on the complexity level:
- quick: Narrower ranges (70
- balanced: Standard ranges (100
- thorough: Wider ranges (130
- exhaustive: Very wide ranges (150