nicetoolbox.evaluation.auto_summaries¶
Creates automatic summaries from pre computed evaluation results given aggregation configurations from the evaluation config.
Functions
Creates automatic summaries based on the provided aggregation configurations and exports them to the csv output folder. |
- nicetoolbox.evaluation.auto_summaries.create_auto_summaries(io_manager: IO, results: EvaluationResults, aggregation_configs: Dict[str, AggregationConfig]) None[source]¶
Creates automatic summaries based on the provided aggregation configurations and exports them to the csv output folder.
- Parameters:
io_manager – The IO manager for handling input/output operations.
results – The EvaluationResults object containing the evaluation data.
aggregation_configs – A dictionary of aggregation configurations.