Hyperparameter Tuning in Spark wtih KerasEstimator #3188
Unanswered
williambarteck
asked this question in
Q&A
Replies: 0 comments
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.
-
Is there any way to combine hyperparameter tuning of a keras model wrapped in the KerasEstimator?
I want to tune model layer values - such as changing the size of a dense layer or dropout rate. I know this is possible outside of spark but I'm hoping I can avoid training the keras model outside of the spark pipeline and retroactively placing it at the end of the pipeline after its trained
Beta Was this translation helpful? Give feedback.
All reactions