maple.utils.eval.format_results_csv
- maple.utils.eval.format_results_csv(batch: BatchResults) str
Format batch results as CSV data.
Creates a CSV file with one row per episode containing key metrics. Suitable for import into spreadsheet software or data analysis tools.
- Parameters:
batch – Batch results to format.
- Returns:
CSV-formatted string with header row.