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

Switch to side-by-side view

--- a
+++ b/3-Preprocessing/README.md
@@ -0,0 +1,11 @@
+# Preprocessing Data
+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. 
+
+## 1. Waveform_Array_Generation_Truncation_Normalization.ipynb
+Truncation, Baseline Wander Removal, and Per-Lead Normalization
+
+## 2. Visualizing_ECGs_Rolling_Average.ipynb
+Denoise ECGs using rolling average screening techniques
+
+## 3. Finding_Flatlines.ipynb
+Find flatlines in ECG data of various length for additional filtering