- Notifications
You must be signed in to change notification settings - Fork328
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 thehyperparameter 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
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? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Looks like specifyingcross validation fold parameter limits the iterations to 2 as expected. For example:
|
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment