skjerns / AutoSleepScorer

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

Confusion Matrix #30

Closed gsamyak30 closed 2 years ago

gsamyak30 commented 2 years ago

Hi Simon Like how can we create a confusion matrix from our dataset ?

skjerns commented 2 years ago

https://www.stackvidhya.com/plot-confusion-matrix-in-python-and-why/

skjerns commented 2 years ago

just google what a confusion matrix is. take the predictions of your dataset and contrast them with the ground thruth of your dataset.