Classify neural oscillations from mne sample dataset. Specifically, classify if the data is alpha or beta. This results in accuracy and prediction value, in each cases of classifiers.
cd src/classifier
python {model}.py
Run whatever model you want
All python files in src/classifier
dir are made based on jupyter notebook.