4rooms commited on
Commit
9720ea2
·
verified ·
1 Parent(s): 9e49576

Update dataset card with 8 datasets

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -19,7 +19,7 @@ trained on MASS SS3 via [PhysioEx](https://github.com/guidogagl/physioex).
19
 
20
  Each subject directory contains:
21
  - `embeddings.npy` — `(n_epochs, 120)` per-epoch embeddings (bfloat16)
22
- - `labels.npy` — `(n_epochs,)` AASM sleep stage labels (W=0, N1=1, N2=2, N3=3, REM=4, unscored=-1)
23
 
24
  **Note:** Chambon2018 is a per-epoch CNN encoder (no inter-epoch context).
25
  Embeddings are extracted directly without sliding-window voting.
@@ -28,7 +28,6 @@ Embeddings are extracted directly without sliding-window voting.
28
 
29
  ```python
30
  from physioex.models import load_embeddings
31
-
32
  path = load_embeddings("chambon2018", "hmc", verbose=True)
33
  ```
34
 
@@ -36,10 +35,11 @@ path = load_embeddings("chambon2018", "hmc", verbose=True)
36
 
37
  | Dataset | Subjects | ACC | MF1 | κ | F1-W | F1-N1 | F1-N2 | F1-N3 | F1-REM |
38
  |---|---|---|---|---|---|---|---|---|---|
39
- | mass_ss05 | 26 | **0.8146** | 0.6653 | **0.7284** | 0.74 | 0.08 | 0.88 | 0.83 | 0.80 |
40
  | mass_ss02 | 19 | 0.7902 | 0.6397 | 0.6919 | 0.74 | 0.05 | 0.86 | 0.79 | 0.75 |
41
- | mass_ss03 | 62 | 0.7869 | **0.6638** | 0.6806 | 0.79 | 0.15 | 0.87 | 0.75 | 0.76 |
42
  | mass_ss04 | 40 | 0.7777 | 0.6353 | 0.6785 | 0.73 | 0.06 | 0.87 | 0.78 | 0.75 |
 
43
  | mass_ss01 | 53 | 0.7134 | 0.5899 | 0.5882 | 0.81 | 0.23 | 0.82 | 0.48 | 0.61 |
44
  | sleepedf | 153 | 0.6001 | 0.4502 | 0.4198 | 0.65 | 0.00 | 0.72 | 0.52 | 0.36 |
45
  | hmc | 151 | 0.5980 | 0.5099 | 0.4581 | 0.66 | 0.03 | 0.65 | 0.67 | 0.54 |
@@ -60,6 +60,7 @@ path = load_embeddings("chambon2018", "hmc", verbose=True)
60
  |---|---|---|
61
  | Sleep-EDF | PhysioNet | https://physionet.org/content/sleep-edfx/1.0.0/ |
62
  | HMC | PhysioNet | https://physionet.org/content/hmc-sleep-staging/1.1/ |
 
63
  | MASS | CEAMS | http://ceams-carsm.ca/mass/ |
64
 
65
  ## Citations
 
19
 
20
  Each subject directory contains:
21
  - `embeddings.npy` — `(n_epochs, 120)` per-epoch embeddings (bfloat16)
22
+ - `labels.npy` — `(n_epochs,)` AASM sleep stage labels
23
 
24
  **Note:** Chambon2018 is a per-epoch CNN encoder (no inter-epoch context).
25
  Embeddings are extracted directly without sliding-window voting.
 
28
 
29
  ```python
30
  from physioex.models import load_embeddings
 
31
  path = load_embeddings("chambon2018", "hmc", verbose=True)
32
  ```
33
 
 
35
 
36
  | Dataset | Subjects | ACC | MF1 | κ | F1-W | F1-N1 | F1-N2 | F1-N3 | F1-REM |
37
  |---|---|---|---|---|---|---|---|---|---|
38
+ | mass_ss05 | 26 | **0.8146** | **0.6653** | **0.7284** | 0.74 | 0.08 | 0.88 | 0.83 | 0.80 |
39
  | mass_ss02 | 19 | 0.7902 | 0.6397 | 0.6919 | 0.74 | 0.05 | 0.86 | 0.79 | 0.75 |
40
+ | mass_ss03 | 62 | 0.7869 | 0.6638 | 0.6806 | 0.79 | 0.15 | 0.87 | 0.75 | 0.76 |
41
  | mass_ss04 | 40 | 0.7777 | 0.6353 | 0.6785 | 0.73 | 0.06 | 0.87 | 0.78 | 0.75 |
42
+ | dcsm | 255 | 0.7218 | 0.5239 | 0.5706 | 0.82 | 0.00 | 0.74 | 0.72 | 0.34 |
43
  | mass_ss01 | 53 | 0.7134 | 0.5899 | 0.5882 | 0.81 | 0.23 | 0.82 | 0.48 | 0.61 |
44
  | sleepedf | 153 | 0.6001 | 0.4502 | 0.4198 | 0.65 | 0.00 | 0.72 | 0.52 | 0.36 |
45
  | hmc | 151 | 0.5980 | 0.5099 | 0.4581 | 0.66 | 0.03 | 0.65 | 0.67 | 0.54 |
 
60
  |---|---|---|
61
  | Sleep-EDF | PhysioNet | https://physionet.org/content/sleep-edfx/1.0.0/ |
62
  | HMC | PhysioNet | https://physionet.org/content/hmc-sleep-staging/1.1/ |
63
+ | DCSM | ERDA/KU | https://erda.ku.dk/public/archives/db553715ecbe1f3ac66c1dc569826eef/published-archive.html |
64
  | MASS | CEAMS | http://ceams-carsm.ca/mass/ |
65
 
66
  ## Citations