Grid Search #32
Answered
by
Yura52
ali-imdad-khan
asked this question in
Q&A
Grid Search
#32
-
Hello :) Can you please suggest how i can implement grid search for hyperparamter optimization according to the tutorial ? |
Beta Was this translation helpful? Give feedback.
Answered by
Yura52
Jul 6, 2022
Replies: 1 comment
-
Hey! You can see how we perform grid search for NODE, e.g. for the California Housing dataset here: link. So, you just have to create all the configs from your grid, run with all of them one by one, and select the best one based on the validation score. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Yura52
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! You can see how we perform grid search for NODE, e.g. for the California Housing dataset here: link.
So, you just have to create all the configs from your grid, run with all of them one by one, and select the best one based on the validation score.