Here is a simple repo for classifying MDD and normal controls via resting-state EEG signals.
- Python == 2.8.2
- MNE == 1.1.0
- mne-connectivity == 0.3
- scipy == 1.7.3
- sklearn == 0.0
- shap == 0.41.0
├── Config
│ └── config.py
├── Evaluation
│ └── k_fold.py
├── Loader
│ └── load.py
├── Model
│ ├── MLClassifier.py
│ └── ml_grid.py
├── main.py
└── requirements.txt
- 116 subjects (MDD: 73, Healthy control: 43)
- Resting state EEG data: eyes open (EO), eyes closed (EC)