Diff of /3-Preprocessing/README.md [000000] .. [24c4a6]

Switch to unified view

a b/3-Preprocessing/README.md
1
# Preprocessing Data
2
The preprocessing of imaging data is essential to effective training and testing of ML models. In these notebooks we review how to remove outliers, baseline wander, and complete per-lead normalization. The first file is the most important. Rolling averages and flatline removals are non-essential preprocessing steps but may be beneficial in other use cases. 
3
4
## 1. Waveform_Array_Generation_Truncation_Normalization.ipynb
5
Truncation, Baseline Wander Removal, and Per-Lead Normalization
6
7
## 2. Visualizing_ECGs_Rolling_Average.ipynb
8
Denoise ECGs using rolling average screening techniques
9
10
## 3. Finding_Flatlines.ipynb
11
Find flatlines in ECG data of various length for additional filtering