EEG decoding experiments on the Kaggle Grasp-and-Lift EEG Detection dataset.
src/eegdemo/— baseline (band-power + logreg), EEGNet, causal conformersrc/eeg99/— WIP rewrite: FBCSP / Riemannian features, model zoo, ensemble stacknotebooks/— EDA and training scripts (some are Kaggle-kernel exports)docs/— design notes and ablation resultsreports/— figures, metrics, trained weights
Data is not included — download from Kaggle and unzip train/ / test/ into the repo root.
pip install -e .
pytest