nicetoolbox.evaluation.data.input_loader.NpzMeta¶
- class nicetoolbox.evaluation.data.input_loader.NpzMeta(npz_path: Path, npz_key: str)[source]¶
Bases:
ABCAbstract base for all NPZ metadata types.
Methods
Return the key used to pair this array with its counterpart during alignment.
Return columns that must always get their own row in summaries (never pooled).
Return the dimension used to compare results side-by-side (e.g.
Return user-facing metadata fields as a flat dict.
Attributes
npz_pathnpz_key- align_key() tuple | None[source]¶
Return the key used to pair this array with its counterpart during alignment.
- abstract static always_iterate() frozenset[str][source]¶
Return columns that must always get their own row in summaries (never pooled).