https://github.com/raphaelvallat/yasa
Revision 9dca492471f6d7e4541d694e3afda05321535a08 authored by Raphael Vallat on 05 May 2021, 19:49:16 UTC, committed by Raphael Vallat on 05 May 2021, 19:49:16 UTC
1 parent 4a9f8ed
Raw File
Tip revision: 9dca492471f6d7e4541d694e3afda05321535a08 authored by Raphael Vallat on 05 May 2021, 19:49:16 UTC
Sleep staging always get the sampling frequency from Raw object
Tip revision: 9dca492
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