Type History
Namespace tensorflow.keras.callbacks
Parent Callback
Interfaces IHistory
Callback that records events into a `History` object. This callback is automatically applied to
every Keras model. The `History` object
gets returned by the `fit` method of models.