Closed erinmgraham closed 5 months ago
Made functions as part of rewrite for second trial: prepare_dataset, create_model_intro, and create_model_dropout. Note the create_model functions DO NOT include model.compile; however hypertune optimizer challenge needs it so may need to revisit
Discussed adding compile to create_model(), google says best practice would be to leave it outside the function: keeps the code modular; gives flexibility to compile the model with different settings; reusability (except for gridsearch).
Leaving compile outside function.
IDL uses functions for model definition, compilation, and plotting