ivcurves.compare_curves.write_overall_scores_csv#

ivcurves.compare_curves.write_overall_scores_csv(scores, csv_output_path)#

Writes a CSV file containing overall scores for each test set. An overall score is a sum of the test case scores.

Parameters:
  • scores (dict) – Dictionary of test set filenames (excluding file extensions) to a dictionary to test case indices to test case scores.

  • csv_output_path (str) – Directory where the CSV files will be writen.