Stanford-STAGES / stanford-stages

Automated sleep staging scoring and narcolepsy identification
76 stars 26 forks source link

Wrong Calculations with python 3.6 #17

Closed RaghavRao closed 4 years ago

RaghavRao commented 4 years ago

On Python 3.6.10 with the requirements listed in #15 I get the result:

Score: -0.0287 Diagnosis: Narcolepsy type 1

When the expected results should be.

Score: 0.1658 Diagnosis: Narcolepsy type 1

The links for the hypnodensity image and txt for single and all models are also broken so I cannot compare them, but I did not know if I should make a separate issue for it.

informaton commented 4 years ago

I'll check it out.

informaton commented 4 years ago

Regarding the classification scores, it looks like you have the same issue reported in #16 and will likely get the expected results once you update your code from the from the master branch.

I will try to get the other links fixed in the coming week.

informaton commented 4 years ago

I fixed links to the previously broken links for the hypnodensity image and staging text file for the single model case and for all models. Please reopen this issue if you find further trouble with the links.