From 7d204ce9d269db0bc22642f94e63260cdf0fd99e Mon Sep 17 00:00:00 2001 From: Sari Saba Sadiya Date: Mon, 25 May 2026 11:56:15 +0200 Subject: [PATCH 1/2] Update EEGExtract dependency link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe350eb..27be619 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The following EEG datasets were used in the project: ### Dependencies * Python 3 -* EEGExtract.py +* [EEGExtract](https://github.com/sari-saba-sadiya/EEGExtract). * Scikit-learn * Numpy * Pandas From e7ffc1873b863a7d7a21eea335c111d634262ef2 Mon Sep 17 00:00:00 2001 From: Sari Saba Sadiya Date: Mon, 25 May 2026 11:57:32 +0200 Subject: [PATCH 2/2] Add link to original EEGExtract library Added a comment with the link to the original library for updates. --- eeg_ml_pipeline/EEGExtract.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eeg_ml_pipeline/EEGExtract.py b/eeg_ml_pipeline/EEGExtract.py index 88c5236..109b65b 100644 --- a/eeg_ml_pipeline/EEGExtract.py +++ b/eeg_ml_pipeline/EEGExtract.py @@ -3,7 +3,10 @@ # In[ ]: - +################################################## +# See original library for updates +# https://github.com/sari-saba-sadiya/EEGExtract +################################################## import bisect import numpy as np import pandas as pd