skjerns / AutoSleepScorer

An open-source sleep stage classification Python package
GNU Affero General Public License v3.0
103 stars 22 forks source link

Accuracy and Confusion Matrix #28

Open madhhir opened 2 years ago

madhhir commented 2 years ago

How can we get the accuracy and confusion matrix of this model?

skjerns commented 2 years ago

both are reported in my thesis

https://github.com/skjerns/AutoSleepScorer/blob/master/figures/thesis.pdf?raw=true

skjerns commented 2 years ago

or do you mean how to calculate accuracy and confusion matrix in general?

gsamyak30 commented 2 years ago

How can we plot the confusion matrix and get accuracy from the code !! Like what kind of parameters we have to pass in code to get the above confusion matrix and accuracy

skjerns commented 2 years ago

It's not implemented like that. There is no function to do that available in this repository.