HunterMcGushion/hyperparameter_hunter

Confusion using `validation_data` with Keras `model_extra_params[“fit”]`

HunterMcGushion opened this issue · 0 comments

  • 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 #111, but it is being moved here for easier tracking
  • If this issue is missing any important information from #111, please feel free to mention/paste it