Provides a rough estimate of tuning time based on the configuration.
estimate_tuning_time(
n_params,
n_folds = 10,
n_rows = 1000,
complexity = "balanced",
tuning_strategy = "grid",
base_fit_time = 1
)A list with estimated total time and breakdown.
Number of parameters being tuned.
Number of cross-validation folds.
Number of rows in training data.
Tuning complexity level.
Tuning strategy ("grid" or "bayes").
Estimated time for a single model fit in seconds.