CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
src/seizure_eeg_detector/__init__.py
src/seizure_eeg_detector/cli.py
src/seizure_eeg_detector/enums.py
src/seizure_eeg_detector/predictions.py
src/seizure_eeg_detector/results.py
src/seizure_eeg_detector/thresholding.py
src/seizure_eeg_detector.egg-info/PKG-INFO
src/seizure_eeg_detector.egg-info/SOURCES.txt
src/seizure_eeg_detector.egg-info/dependency_links.txt
src/seizure_eeg_detector.egg-info/entry_points.txt
src/seizure_eeg_detector.egg-info/requires.txt
src/seizure_eeg_detector.egg-info/top_level.txt
src/seizure_eeg_detector/cross_validation/__init__.py
src/seizure_eeg_detector/cross_validation/cross_validation.py
src/seizure_eeg_detector/data_preparation/__init__.py
src/seizure_eeg_detector/data_preparation/data_preparation.py
src/seizure_eeg_detector/feature_extraction/__init__.py
src/seizure_eeg_detector/feature_extraction/feature_extraction.py
src/seizure_eeg_detector/patient/__init__.py
src/seizure_eeg_detector/patient/chb_patient.py
src/seizure_eeg_detector/patient/eu_patient.py
tests/test_cli.py
tests/test_cross_validation.py
tests/test_data_preparation.py
tests/test_integration_real_data.py
tests/test_results_summary.py
tests/test_thresholding.py