src.report.training_history_report

Classes

TrainingHistoryReport(history, **kwargs)

class src.report.training_history_report.TrainingHistoryReport(history, **kwargs)
Author:

Alberto M. Esmoris Pena

Class to report (potentially many metrics) the training history of a deep learning model, i.e., neural networks.

Variables:

history (keras.callbacks.History) – The history.

__init__(history, **kwargs)

Initialize an instance of TrainingHistoryReport.

Parameters:
  • history (keras.callbacks.History)

  • kwargs – The key-word arguments.