analysis_pipeline#

Analysis pipeline for generating visualizations from evaluation reports.

This module provides the core pipeline that orchestrates visualization generation from evaluation reports at different aggregation levels. It integrates with the benchmarking framework to provide consistent analysis outputs across benchmark runs.

Classes#

AnalysisConfig(**data)

Configuration for the analytics pipeline.

AnalysisPipeline(config)

Orchestrates the generation of visualizations from evaluation reports.