I want to run
hyperparameter_search
, and I’m getting confused with the API:
- I want to run grid search, how can I do it ? (I didn’t saw any hp algorithm type parameter)
- What does n_trails parameter do ?
I read the documentation:
- n_trials (
int
, optional, defaults to 100) — The number of trial runs to test.
and it I still don’t understand