Download and transform a subset of the Icentia11k dataset into the required format.
- install the requirements
pip install -r requirements.txt
- Create two folders:
raw_dataanddata - Open the terminal and run:
python etl.py
The raw_data folder contains the raw signals as provided by PhysioNet, while transformed_data contains the data ready to be deployed on the mobile devices to perform federated learning experiments.