pelinker.dim_selection.checkpoint¶
Structured checkpoint I/O for pelinker.dim_selection runs.
Shared machinery (version, fingerprint, atomic gzip-aware I/O, the fingerprint fields
common to every search) lives in :mod:pelinker.checkpoint; only the cell-keyed
schema is here.
DimSelectionCheckpoint
dataclass
¶
On-disk checkpoint for resumable PCA/UMAP dimension selection runs.
Source code in pelinker/dim_selection/checkpoint.py
FailureRecord
dataclass
¶
compute_run_fingerprint(config)
¶
sha256 of the canonicalized run config; a change invalidates the checkpoint.