You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to supply validation_data to a Keras CVExperiment via model_extra_params[“fit”]
This is because HyperparameterHunter automatically sets validation_data to be the OOF data produced by the cross validation scheme
I can imagine this would be unexpected behavior, so I’d love to hear any thoughts on how to clear this up
Note
This issue (along with several others) was originally opened by @caprone in Keras optimization issue #111, but it is being moved here for easier tracking
If this issue is missing any important information from Keras optimization issue #111, please feel free to mention/paste it
The text was updated successfully, but these errors were encountered:
validation_data
to a KerasCVExperiment
viamodel_extra_params[“fit”]
validation_data
to be the OOF data produced by the cross validation schemeNote
The text was updated successfully, but these errors were encountered: