icentia-ecg
icentia-ecg copied to clipboard
Example
Hi,
Is there an example somewhere on how to use the trained model to analyze a new wfdb record to get beat types as output?
Regards, Mattias
No, we converted everything to wfdb after we trained the models. This notebook shows how to open the wfdb data: https://github.com/shawntan/icentia-ecg/blob/master/physionet/wfdb_data_demo.ipynb
hi , can i know which patient numbers have afib specifically
I believe one way to get this is to load each patient and check if the ann.aux_note contains "(AFIB" annotations.