Replies: 1 comment
-
Looks like specifying cross validation fold parameter limits the iterations to 2 as expected. For example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to follow the hyperparameter search guide to limit the number of iterations, but not seeing it work. Rather it is going through all the parameters. For example, my understanding from the docs is to use
random
search in order to limit the iterations set insearch_args
as shown:However, I am seeing it iterate through all the search params rather than limited to just 2 iterations. What am I doing wrong or misunderstanding?
Beta Was this translation helpful? Give feedback.
All reactions