the dataset-creation/Sleep_train_classifier.py have a mistake
Jxzde opened this issue · 1 comments
Jxzde commented
Line 22 in the dataset-creation/Sleep_train_classifier.py
from hmm_filter.hmm_filter import HMMFilter
where are the hmm_filter.hmm_filter ???
i can‘t find it。Can you tell me where it is? Looking forward to hearing from you!
SkepticRaven commented
hmm_filter is one of the libraries that we use (library called hmm-filter) and the version we use is 0.0.14.
You should be able to match our environment with pip
.
pip install hmm-filter==0.0.14