LICENSE
README.md
pyproject.toml
setup.py
SleePyPhases/DataManipulation.py
SleePyPhases/EventScorer.py
SleePyPhases/FeatureExtraction.py
SleePyPhases/MultiScorer.py
SleePyPhases/Plot.py
SleePyPhases/Plugin.py
SleePyPhases/PreManipulation.py
SleePyPhases/RecordFeatureExtraction.py
SleePyPhases/Reporter.py
SleePyPhases/SignalPreprocessing.py
SleePyPhases/SleepMetaData.py
SleePyPhases/__init__.py
SleePyPhases.egg-info/PKG-INFO
SleePyPhases.egg-info/SOURCES.txt
SleePyPhases.egg-info/dependency_links.txt
SleePyPhases.egg-info/requires.txt
SleePyPhases.egg-info/top_level.txt
SleePyPhases/phases/BuildDataset.py
SleePyPhases/phases/DataAnalysis.py
SleePyPhases/phases/DataReport.py
SleePyPhases/phases/Eval.py
SleePyPhases/phases/EvalPlotExamples.py
SleePyPhases/phases/EvalReport.py
SleePyPhases/phases/ExportMetadataToMeticalDB.py
SleePyPhases/phases/Extract.py
SleePyPhases/phases/ExtractEvents.py
SleePyPhases/phases/ExtractFeatures.py
SleePyPhases/phases/ExtractRecordFeatures.py
SleePyPhases/phases/GatherMetadata.py
SleePyPhases/phases/LogCleanup.py
SleePyPhases/phases/LogOverview.py
SleePyPhases/phases/Predict.py
SleePyPhases/phases/Setup.py
SleePyPhases/phases/TestRun.py
SleePyPhases/phases/ThresholdOptimisation.py
SleePyPhases/phases/Training.py
SleePyPhases/phases/Validation.py
SleePyPhases/phases/VisualizeConfig.py
SleePyPhases/phases/__init__.py
tests/__init__.py
tests/conftest.py
tests/unit/__init__.py
tests/unit/test_BuildDataset.py
tests/unit/test_BuildDatasetFolded.py
tests/unit/test_BuildDatasetSegments.py
tests/unit/test_DataManipulation.py
tests/unit/test_Eval.py
tests/unit/test_EventScorer.py
tests/unit/test_Extract.py
tests/unit/test_PreManipulation.py
tests/unit/test_RecordFeatureExtraction.py
tests/unit/test_RecordProcessor.py
tests/unit/test_Setup.py
tests/unit/test_SignalPreprocessing.py