mondejar / ecg-classification

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

The generation of data under m_learning, scikit #1

Closed gyb1325 closed 5 years ago

gyb1325 commented 6 years ago

In your python version, it read the data under the scikit folder. However, there is no mention about how to generate these data. Did I miss something?

mondejar commented 6 years ago

Check the section "About Dataset" from the Readme. There are the steps to download the original dataset from physionet and convert to .csv files. Additionally, I put a link to download the dataset formatted as .csv files exactly as I employed: kaggle.com/mondejar/mitbih-database

gemorningsun commented 5 years ago

In your python version, it read the data under the scikit folder. However, there is no mention about how to generate these data. Did I miss something? hello! I have the same confusion. Did you solve it ?