-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to do hyperparameter tuning with DeepCTR? #274
Comments
I suggest you to use Hyperopt. http://hyperopt.github.io/hyperopt/ |
Do you have any example of using Hyperopt and DeepCTR together? Thank you, Alibugra! |
I prepared an example via the file "examples/run_classification_criteo.py". In this file, you can delete the code where the model part is defined (from Line 54 to Line 66) and then add the following code.
Do not forget to install Hyperopt and related libraries, also add them to the code.
|
That is great! Thank you so much! |
e.g, Could you show an example of how to do hyperparameter tuning with DeepFM?
thank you!
The text was updated successfully, but these errors were encountered: