Aggregation
module crystallize.experiments.aggregation
Section titled “module crystallize.experiments.aggregation”Global Variables
Section titled “Global Variables”- BASELINE_CONDITION
class ResultAggregator
Section titled “class ResultAggregator”Helper for aggregating replicate outputs into a Result.
method ResultAggregator.__init__
Section titled “method ResultAggregator.__init__”__init__(pipeline: 'Pipeline', replicates: 'int') → Nonemethod ResultAggregator.aggregate_results
Section titled “method ResultAggregator.aggregate_results”aggregate_results(results_list: 'List[ReplicateResult]') → AggregateDatamethod ResultAggregator.build_result
Section titled “method ResultAggregator.build_result”build_result(metrics: 'ExperimentMetrics', aggregate: 'AggregateData') → Result