speechtotext.functions.benchmark_results_to_csv

benchmark_results_to_csv(results, save_name='reports/Benchmark_results_2023_06_01_13_48_31.csv')[source]

Creates csv from benchmark results.

Parameters:
  • results (list[pd.core.frame.DataFrame]) – List of results from benchmarks.

  • save_name (str, optional) – Filename of output. Defaults to DEFAULT_CSV_NAME.