tl_default_param_grid: Create pre-defined parameter grids for common models
Description
Create pre-defined parameter grids for common models
Usage
tl_default_param_grid(method, size = "medium", is_classification = TRUE)
Value
A named list of parameter values to tune
Arguments
- method
Model method ("tree", "forest", "boost", "svm", etc.)
- size
Grid size: "small", "medium", "large"
- is_classification
Whether the task is classification or regression