https://github.com/raphaelvallat/yasa
Raw File
Tip revision: e7a261f488f118a25ecc73a5a361fc273eb61d28 authored by Raphael Vallat on 04 November 2020, 18:05:51 UTC
Updated notebook
Tip revision: e7a261f
MANIFEST.in
# Add README, LICENSE and requirements :
include README.rst
include LICENSE
include requirements.txt

# Add trained classifiers
include yasa/classifiers/clf_eeg_lgb_0.4.0.joblib
include yasa/classifiers/clf_eeg+eog_lgb_0.4.0.joblib
include yasa/classifiers/clf_eeg+eog+emg_lgb_0.4.0.joblib
include yasa/classifiers/clf_eeg+eog+emg+demo_lgb_0.4.0.joblib
back to top