Transformer-based prediction and explanation pipeline for EEG-derived features
This project builds a machine learning pipeline for classifying states of consciousness from EEG-derived features using a transformer-based model. Predictions are explained using SHAP for interpretability in clinical settings.
data/: raw or synthetic EEG-derived featuresnotebooks/: development notebookssrc/: source code for training and explaining modelsplots/: figures generated for SHAP and performance analysis
- Train a transformer or strong ML model on EEG graph features
- Use SHAP to explain predictions at global and local levels
- Provide interpretable results for clinical insight
🔧 In progress — dataset generation and pipeline implementation underway.