LICENSE
README.md
pyproject.toml
moecog/__init__.py
moecog/benchmark.py
moecog/catalog.py
moecog/preprocessing.py
moecog.egg-info/PKG-INFO
moecog.egg-info/SOURCES.txt
moecog.egg-info/dependency_links.txt
moecog.egg-info/requires.txt
moecog.egg-info/top_level.txt
moecog/analysis/__init__.py
moecog/analysis/meta_analysis.py
moecog/analysis/plotting.py
moecog/analysis/results.py
moecog/data/openneuro_ieeg.json
moecog/data/openneuro_subjects.json
moecog/datasets/__init__.py
moecog/datasets/base.py
moecog/datasets/bids.py
moecog/datasets/fake.py
moecog/datasets/miller_library.py
moecog/datasets/misc.py
moecog/datasets/nwb.py
moecog/datasets/scidb.py
moecog/evaluations/__init__.py
moecog/evaluations/base.py
moecog/evaluations/cross_session.py
moecog/evaluations/within_subject.py
moecog/paradigms/__init__.py
moecog/paradigms/base.py
moecog/paradigms/classification.py
moecog/paradigms/regression.py
moecog/paradigms/contexts/motor.yml
moecog/paradigms/contexts/regression.yml
moecog/pipelines/__init__.py
moecog/pipelines/registry.py
moecog/pipelines/configs/highgamma_lda.yml
moecog/pipelines/configs/highgamma_ridge.yml
moecog/pipelines/configs/logbandpower_lda.yml
moecog/pipelines/configs/logbandpower_logreg.yml
moecog/pipelines/configs/logbandpower_ridge.yml
moecog/pipelines/decoders/__init__.py
moecog/pipelines/features/__init__.py
moecog/pipelines/features/log_band_power.py
moecog/utils/__init__.py
moecog/utils/config.py
tests/test_analysis.py
tests/test_benchmark_and_registry.py
tests/test_bids_openneuro.py
tests/test_cross_session.py
tests/test_evaluations.py
tests/test_fake_dataset.py
tests/test_features.py
tests/test_loaders_synthetic.py
tests/test_miller_data.py
tests/test_miller_registry.py
tests/test_paradigms.py
tests/test_preprocessing.py