metric_tracker

This is summary documentation for hippynn.experiment.metric_tracker module. Click here for full documentation.

Links to Full Documentation:

Keep track of training metrics over the experiment

Functions

plot_all_over_time(*args)

table_evaluation_print(evaluation_dict, ...)

Print metric results as a table.

table_evaluation_print_better(...[, _print])

Print metric results as a table, add a '*' character for metrics in better_dict.

Classes

MetricTracker(metric_names, stopping_key[, ...])

MetricTracker instances keep track of metrics and models for an experiment