Skip to content

Run Results

module crystallize.experiments.run_results

Section titled “module crystallize.experiments.run_results”

Holds the complete results from a single replicate execution.

__init__(
baseline_metrics: Optional[Mapping[str, Any]],
baseline_seed: Optional[int],
treatment_metrics: Dict[str, Mapping[str, Any]],
treatment_seeds: Dict[str, int],
errors: Dict[str, Exception],
provenance: Dict[str, List[Mapping[str, Any]]]
) → None