Templates for saving files

102 views
Skip to first unread message

jing liu

unread,
Feb 28, 2022, 9:00:08 AM2/28/22
to physionet-challenges
Dear Organizers

When evaluating, it needs to be evaluated in evaluate_model.py. What are the forms of scores.csv and class_scores.csv in it? Can you provide the corresponding templates for reference.

Best regards
Jing

PhysioNet Challenge

unread,
Feb 28, 2022, 9:03:47 AM2/28/22
to physionet-challenges
Dear Jing,

The scores.csv and class_scores.csv files are the (optional) outputs of the evaluate_model script, which scores your model's outputs:

Python: python evaluate_model.py labels outputs scores.csv class_scores.csv
MATLAB: evaluate_model('labels', 'outputs', 'scores.csv', 'class_scores.csv')

You can either
  1. Omit them by running python evaluate_model.py labels outputs or evaluate_model('labels', 'outputs') or
  2. Add them as above so that the script can write your model's scores to disk. The format of the files will a plain text file with comma-separated scores. The Challenge score is the score that we use to rank the Challenge submissions.
Best,
Matt
(On behalf of the Challenge team.)

https://PhysioNetChallenges.org/
https://PhysioNet.org/

Please post questions and comments in the forum. However, if your question reveals information about your entry, then please email challenge at physionet.org. We may post parts of our reply publicly if we feel that all Challengers should benefit from it. We will not answer emails about the Challenge to any other address. This email is maintained by a group. Please do not email us individually.
Reply all
Reply to author
Forward
0 new messages