utils.record module

Tools to store benchmark results

class ComparisonRecord(*, value, target, value_std=0.0, target_std=0.0, **kwargs)[source]

Bases: utils.record.Record

Dictionary-like object with a truth value to store the result of the comparison between to integral estimations

class EvaluationRecord(*, value, value_std=0.0, **kwargs)[source]

Bases: utils.record.Record

Dictionary-like object holding a value and a std

class Record(*args, **kwargs)[source]

Bases: dictwrapper.wrapper.DictWrapper

Dictionary-like object that can be converted to a pandas dataframe row