yawning_titan.experiment_helpers.graph_metrics.pprint_metric_table#

yawning_titan.experiment_helpers.graph_metrics.pprint_metric_table(metric_output, headers=None)[source]#

Pretty prints graph metrics to the terminal using the tabulate module.

Parameters:
  • metric_output – A list of lists containing the values to be printed.

  • headers – A list of heading names (optional)

Returns:

A formatted table to terminal