maple.utils.eval.BatchResults.load

classmethod BatchResults.load(path: Path) BatchResults

Load batch results from JSON file.

Reconstructs BatchResults object from saved JSON, including all nested EvalResult objects.

Parameters:

path – Path to JSON file.

Returns:

Reconstructed BatchResults instance.