Saves a Model for a given trial
save_model(tuner, trial_id, model, step = 1)
A tuner object
The ID of the `Trial` that corresponds to this Model.
The trained model.
For models that report intermediate results to the `Oracle`, the step that this saved file should correspond to. For example, for Keras models this is the number of epochs trained.
None