ivcurves.compare_curves.write_test_set_score_per_curve_csvs#

ivcurves.compare_curves.write_test_set_score_per_curve_csvs(scores, csv_output_path)#

Writes a CSV file containing a score for each test case in every test set.

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.