Confusion using `validation_data` with Keras `model_extra_params[“fit”]`
HunterMcGushion opened this issue · 0 comments
HunterMcGushion commented
- Unable to supply
validation_data
to a KerasCVExperiment
viamodel_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