meta_analyze: Meta-Analysis of Benchmark Results
Description
Meta-Analysis of Benchmark Results
Usage
meta_analyze(benchmark_results, strategy_name, metric = "f1_score")
Value
Meta-analysis results
Arguments
- benchmark_results
List of benchmark result objects
- strategy_name
Name of strategy to analyze across benchmarks
- metric
Metric to meta-analyze ("precision", "recall", "f1_score")