The optimal number of trials for Bayesian optimization

Viewed 11

I am implementing Optuna search using the LightGBM model for a regression problem with time series data and I want to know how many trials to use to optimize the hyperparameters. Is there a rule to find the optimal number of trials for Bayesian Optimization method?

0 Answers
Related