mondejar / ecg-classification

Code for training and test machine learning classifiers on MIT-BIH Arrhyhtmia database
GNU General Public License v3.0
528 stars 193 forks source link

How can I test single ecg record (in csv format)? #9

Closed karimkhanvi closed 5 years ago

karimkhanvi commented 5 years ago

I have trained model, now I want to test it on my own ecg record which is in csv format. I checked all documentation and code files but I have no luck.

mondejar commented 5 years ago

Hi, in order to process your own data I suggest you to check and re-write the _loadsignal method from the _loadMITBIH.py file. You may also need to segment your lead signals at beat level, and do some preprocessing