We have a question regarding the information included in the header files of the ECG datasets.
We've observed that individual ECG recordings within some datasets can be associated with multiple pathologies. We believe that incorporating this information directly into the header files could be useful. If including this information in the header isn't feasible, we would like to know if it's allowed to match the signal IDs with the information contained in the .csv files. Our goal in doing so would be to either filter out specific records for training or to modify the label values based on the information in the .csv files.
An example of what we mean modifying the wfdb example in the challenge description is:
# Age: 68
# Sex: Female
# Chagas label: False
# 1dAVb: True
...
# AF: False
# Source: CODE-15%
Thank you very much for your help.
Best regards,
Cristian