idegen commited on
Commit
9819d74
·
verified ·
1 Parent(s): ece7cdc

updated tags for dataset card

Browse files
Files changed (1) hide show
  1. README.md +989 -252
README.md CHANGED
@@ -4,10 +4,10 @@ configs:
4
  - config_name: raw_complete_data
5
  data_files:
6
  - split: exploratory
7
- path: "exploratory/raw/*-data.parquet"
8
  - split: confirmatory
9
- path: "confirmatory/raw/*-data.parquet"
10
- features: &id004
11
  - name: subject_id
12
  dtype: string
13
  - name: datetime
@@ -22,10 +22,10 @@ configs:
22
  - config_name: raw_complete_labels
23
  data_files:
24
  - split: exploratory
25
- path: "exploratory/raw/*-labels.parquet"
26
  - split: confirmatory
27
- path: "confirmatory/raw/*-labels.parquet"
28
- features: &id001
29
  - name: subject_id
30
  dtype: string
31
  - name: id
@@ -51,10 +51,10 @@ configs:
51
  - config_name: raw_complete_badclustering_labels
52
  data_files:
53
  - split: exploratory
54
- path: "exploratory/raw/bad_partitions/*-labels.parquet"
55
  - split: confirmatory
56
- path: "confirmatory/raw/bad_partitions/*-labels.parquet"
57
- features: &id002
58
  - name: subject_id
59
  dtype: string
60
  - name: clustering_desc
@@ -82,10 +82,10 @@ configs:
82
  - config_name: raw_partial_data
83
  data_files:
84
  - split: exploratory
85
- path: "exploratory/irregular_p30/raw/*-data.parquet"
86
  - split: confirmatory
87
- path: "confirmatory/irregular_p30/raw/*-data.parquet"
88
- features: &id003
89
  - name: subject_id
90
  dtype: string
91
  - name: old id
@@ -102,480 +102,1104 @@ configs:
102
  - config_name: raw_partial_labels
103
  data_files:
104
  - split: exploratory
105
- path: "exploratory/irregular_p30/raw/*-labels.parquet"
106
  - split: confirmatory
107
- path: "confirmatory/irregular_p30/raw/*-labels.parquet"
108
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  - config_name: raw_partial_badclustering_labels
110
  data_files:
111
  - split: exploratory
112
- path: "exploratory/irregular_p30/raw/bad_partitions/*-labels.parquet"
113
  - split: confirmatory
114
- path: "confirmatory/irregular_p30/raw/bad_partitions/*-labels.parquet"
115
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  - config_name: raw_sparse_data
117
  data_files:
118
  - split: exploratory
119
- path: "exploratory/irregular_p90/raw/*-data.parquet"
120
  - split: confirmatory
121
- path: "confirmatory/irregular_p90/raw/*-data.parquet"
122
- features: *id003
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  - config_name: raw_sparse_labels
124
  data_files:
125
  - split: exploratory
126
- path: "exploratory/irregular_p90/raw/*-labels.parquet"
127
  - split: confirmatory
128
- path: "confirmatory/irregular_p90/raw/*-labels.parquet"
129
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  - config_name: raw_sparse_badclustering_labels
131
  data_files:
132
  - split: exploratory
133
- path: "exploratory/irregular_p90/raw/bad_partitions/*-labels.parquet"
134
  - split: confirmatory
135
- path: "confirmatory/irregular_p90/raw/bad_partitions/*-labels.parquet"
136
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  - config_name: correlated_complete_data
138
  data_files:
139
  - split: exploratory
140
- path: "exploratory/normal/*-data.parquet"
141
  - split: confirmatory
142
- path: "confirmatory/normal/*-data.parquet"
143
  - split: reduced_11_clusters_exploratory
144
- path: "exploratory/reduced-data/clusters_dropped_12/normal/*-data.parquet"
145
  - split: reduced_6_clusters_exploratory
146
- path: "exploratory/reduced-data/clusters_dropped_17/normal/*-data.parquet"
147
  - split: reduced_50_segments_exploratory
148
- path: "exploratory/reduced-data/segments_dropped_50/normal/*-data.parquet"
149
  - split: reduced_25_segments_exploratory
150
- path: "exploratory/reduced-data/segments_dropped_75/normal/*-data.parquet"
151
  - split: reduced_11_clusters_confirmatory
152
- path: "confirmatory/reduced-data/clusters_dropped_12/normal/*-data.parquet"
153
  - split: reduced_6_clusters_confirmatory
154
- path: "confirmatory/reduced-data/clusters_dropped_17/normal/*-data.parquet"
155
  - split: reduced_50_segments_confirmatory
156
- path: "confirmatory/reduced-data/segments_dropped_50/normal/*-data.parquet"
157
  - split: reduced_25_segments_confirmatory
158
- path: "confirmatory/reduced-data/segments_dropped_75/normal/*-data.parquet"
159
- features: *id004
 
 
 
 
 
 
 
 
 
 
 
160
  - config_name: correlated_complete_labels
161
  data_files:
162
  - split: exploratory
163
- path: "exploratory/normal/*-labels.parquet"
164
  - split: confirmatory
165
- path: "confirmatory/normal/*-labels.parquet"
166
  - split: reduced_11_clusters_exploratory
167
- path: "exploratory/reduced-data/clusters_dropped_12/normal/*-labels.parquet"
168
  - split: reduced_6_clusters_exploratory
169
- path: "exploratory/reduced-data/clusters_dropped_17/normal/*-labels.parquet"
170
  - split: reduced_50_segments_exploratory
171
- path: "exploratory/reduced-data/segments_dropped_50/normal/*-labels.parquet"
172
  - split: reduced_25_segments_exploratory
173
- path: "exploratory/reduced-data/segments_dropped_75/normal/*-labels.parquet"
174
  - split: reduced_11_clusters_confirmatory
175
- path: "confirmatory/reduced-data/clusters_dropped_12/normal/*-labels.parquet"
176
  - split: reduced_6_clusters_confirmatory
177
- path: "confirmatory/reduced-data/clusters_dropped_17/normal/*-labels.parquet"
178
  - split: reduced_50_segments_confirmatory
179
- path: "confirmatory/reduced-data/segments_dropped_50/normal/*-labels.parquet"
180
  - split: reduced_25_segments_confirmatory
181
- path: "confirmatory/reduced-data/segments_dropped_75/normal/*-labels.parquet"
182
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  - config_name: correlated_complete_badclustering_labels
184
  data_files:
185
  - split: exploratory
186
- path: "exploratory/normal/bad_partitions/*-labels.parquet"
187
  - split: confirmatory
188
- path: "confirmatory/normal/bad_partitions/*-labels.parquet"
189
  - split: reduced_11_clusters_exploratory
190
- path: "exploratory/reduced-data/clusters_dropped_12/normal/bad_partitions/*-labels.parquet"
 
191
  - split: reduced_6_clusters_exploratory
192
- path: "exploratory/reduced-data/clusters_dropped_17/normal/bad_partitions/*-labels.parquet"
 
193
  - split: reduced_50_segments_exploratory
194
- path: "exploratory/reduced-data/segments_dropped_50/normal/bad_partitions/*-labels.parquet"
 
195
  - split: reduced_25_segments_exploratory
196
- path: "exploratory/reduced-data/segments_dropped_75/normal/bad_partitions/*-labels.parquet"
 
197
  - split: reduced_11_clusters_confirmatory
198
- path: "confirmatory/reduced-data/clusters_dropped_12/normal/bad_partitions/*-labels.parquet"
 
199
  - split: reduced_6_clusters_confirmatory
200
- path: "confirmatory/reduced-data/clusters_dropped_17/normal/bad_partitions/*-labels.parquet"
 
201
  - split: reduced_50_segments_confirmatory
202
- path: "confirmatory/reduced-data/segments_dropped_50/normal/bad_partitions/*-labels.parquet"
 
203
  - split: reduced_25_segments_confirmatory
204
- path: "confirmatory/reduced-data/segments_dropped_75/normal/bad_partitions/*-labels.parquet"
205
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  - config_name: correlated_partial_data
207
  data_files:
208
  - split: exploratory
209
- path: "exploratory/irregular_p30/normal/*-data.parquet"
210
  - split: confirmatory
211
- path: "confirmatory/irregular_p30/normal/*-data.parquet"
212
  - split: reduced_11_clusters_exploratory
213
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p30/normal/*-data.parquet"
 
214
  - split: reduced_6_clusters_exploratory
215
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p30/normal/*-data.parquet"
 
216
  - split: reduced_50_segments_exploratory
217
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p30/normal/*-data.parquet"
 
218
  - split: reduced_25_segments_exploratory
219
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p30/normal/*-data.parquet"
 
220
  - split: reduced_11_clusters_confirmatory
221
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p30/normal/*-data.parquet"
 
222
  - split: reduced_6_clusters_confirmatory
223
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p30/normal/*-data.parquet"
 
224
  - split: reduced_50_segments_confirmatory
225
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p30/normal/*-data.parquet"
 
226
  - split: reduced_25_segments_confirmatory
227
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p30/normal/*-data.parquet"
228
- features: *id003
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  - config_name: correlated_partial_labels
230
  data_files:
231
  - split: exploratory
232
- path: "exploratory/irregular_p30/normal/*-labels.parquet"
233
  - split: confirmatory
234
- path: "confirmatory/irregular_p30/normal/*-labels.parquet"
235
  - split: reduced_11_clusters_exploratory
236
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p30/normal/*-labels.parquet"
 
237
  - split: reduced_6_clusters_exploratory
238
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p30/normal/*-labels.parquet"
 
239
  - split: reduced_50_segments_exploratory
240
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p30/normal/*-labels.parquet"
 
241
  - split: reduced_25_segments_exploratory
242
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p30/normal/*-labels.parquet"
 
243
  - split: reduced_11_clusters_confirmatory
244
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p30/normal/*-labels.parquet"
 
245
  - split: reduced_6_clusters_confirmatory
246
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p30/normal/*-labels.parquet"
 
247
  - split: reduced_50_segments_confirmatory
248
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p30/normal/*-labels.parquet"
 
249
  - split: reduced_25_segments_confirmatory
250
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p30/normal/*-labels.parquet"
251
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  - config_name: correlated_partial_badclustering_labels
253
  data_files:
254
  - split: exploratory
255
- path: "exploratory/irregular_p30/normal/bad_partitions/*-labels.parquet"
256
  - split: confirmatory
257
- path: "confirmatory/irregular_p30/normal/bad_partitions/*-labels.parquet"
258
  - split: reduced_11_clusters_exploratory
259
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p30/normal/bad_partitions/*-labels.parquet"
 
260
  - split: reduced_6_clusters_exploratory
261
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p30/normal/bad_partitions/*-labels.parquet"
 
262
  - split: reduced_50_segments_exploratory
263
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p30/normal/bad_partitions/*-labels.parquet"
 
264
  - split: reduced_25_segments_exploratory
265
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p30/normal/bad_partitions/*-labels.parquet"
 
266
  - split: reduced_11_clusters_confirmatory
267
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p30/normal/bad_partitions/*-labels.parquet"
 
268
  - split: reduced_6_clusters_confirmatory
269
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p30/normal/bad_partitions/*-labels.parquet"
 
270
  - split: reduced_50_segments_confirmatory
271
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p30/normal/bad_partitions/*-labels.parquet"
 
272
  - split: reduced_25_segments_confirmatory
273
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p30/normal/bad_partitions/*-labels.parquet"
274
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
275
  - config_name: correlated_sparse_data
276
  data_files:
277
  - split: exploratory
278
- path: "exploratory/irregular_p90/normal/*-data.parquet"
279
  - split: confirmatory
280
- path: "confirmatory/irregular_p90/normal/*-data.parquet"
281
  - split: reduced_11_clusters_exploratory
282
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p90/normal/*-data.parquet"
 
283
  - split: reduced_6_clusters_exploratory
284
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p90/normal/*-data.parquet"
 
285
  - split: reduced_50_segments_exploratory
286
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p90/normal/*-data.parquet"
 
287
  - split: reduced_25_segments_exploratory
288
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p90/normal/*-data.parquet"
 
289
  - split: reduced_11_clusters_confirmatory
290
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p90/normal/*-data.parquet"
 
291
  - split: reduced_6_clusters_confirmatory
292
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p90/normal/*-data.parquet"
 
293
  - split: reduced_50_segments_confirmatory
294
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p90/normal/*-data.parquet"
 
295
  - split: reduced_25_segments_confirmatory
296
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p90/normal/*-data.parquet"
297
- features: *id003
 
 
 
 
 
 
 
 
 
 
 
 
 
 
298
  - config_name: correlated_sparse_labels
299
  data_files:
300
  - split: exploratory
301
- path: "exploratory/irregular_p90/normal/*-labels.parquet"
302
  - split: confirmatory
303
- path: "confirmatory/irregular_p90/normal/*-labels.parquet"
304
  - split: reduced_11_clusters_exploratory
305
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p90/normal/*-labels.parquet"
 
306
  - split: reduced_6_clusters_exploratory
307
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p90/normal/*-labels.parquet"
 
308
  - split: reduced_50_segments_exploratory
309
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p90/normal/*-labels.parquet"
 
310
  - split: reduced_25_segments_exploratory
311
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p90/normal/*-labels.parquet"
 
312
  - split: reduced_11_clusters_confirmatory
313
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p90/normal/*-labels.parquet"
 
314
  - split: reduced_6_clusters_confirmatory
315
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p90/normal/*-labels.parquet"
 
316
  - split: reduced_50_segments_confirmatory
317
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p90/normal/*-labels.parquet"
 
318
  - split: reduced_25_segments_confirmatory
319
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p90/normal/*-labels.parquet"
320
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  - config_name: correlated_sparse_badclustering_labels
322
  data_files:
323
  - split: exploratory
324
- path: "exploratory/irregular_p90/normal/bad_partitions/*-labels.parquet"
325
  - split: confirmatory
326
- path: "confirmatory/irregular_p90/normal/bad_partitions/*-labels.parquet"
327
  - split: reduced_11_clusters_exploratory
328
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p90/normal/bad_partitions/*-labels.parquet"
 
329
  - split: reduced_6_clusters_exploratory
330
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p90/normal/bad_partitions/*-labels.parquet"
 
331
  - split: reduced_50_segments_exploratory
332
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p90/normal/bad_partitions/*-labels.parquet"
 
333
  - split: reduced_25_segments_exploratory
334
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p90/normal/bad_partitions/*-labels.parquet"
 
335
  - split: reduced_11_clusters_confirmatory
336
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p90/normal/bad_partitions/*-labels.parquet"
 
337
  - split: reduced_6_clusters_confirmatory
338
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p90/normal/bad_partitions/*-labels.parquet"
 
339
  - split: reduced_50_segments_confirmatory
340
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p90/normal/bad_partitions/*-labels.parquet"
 
341
  - split: reduced_25_segments_confirmatory
342
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p90/normal/bad_partitions/*-labels.parquet"
343
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  - config_name: nonnormal_complete_data
345
  data_files:
346
  - split: exploratory
347
- path: "exploratory/non_normal/*-data.parquet"
348
  - split: confirmatory
349
- path: "confirmatory/non_normal/*-data.parquet"
350
  - split: reduced_11_clusters_exploratory
351
- path: "exploratory/reduced-data/clusters_dropped_12/non_normal/*-data.parquet"
352
  - split: reduced_6_clusters_exploratory
353
- path: "exploratory/reduced-data/clusters_dropped_17/non_normal/*-data.parquet"
354
  - split: reduced_50_segments_exploratory
355
- path: "exploratory/reduced-data/segments_dropped_50/non_normal/*-data.parquet"
356
  - split: reduced_25_segments_exploratory
357
- path: "exploratory/reduced-data/segments_dropped_75/non_normal/*-data.parquet"
358
  - split: reduced_11_clusters_confirmatory
359
- path: "confirmatory/reduced-data/clusters_dropped_12/non_normal/*-data.parquet"
360
  - split: reduced_6_clusters_confirmatory
361
- path: "confirmatory/reduced-data/clusters_dropped_17/non_normal/*-data.parquet"
362
  - split: reduced_50_segments_confirmatory
363
- path: "confirmatory/reduced-data/segments_dropped_50/non_normal/*-data.parquet"
364
  - split: reduced_25_segments_confirmatory
365
- path: "confirmatory/reduced-data/segments_dropped_75/non_normal/*-data.parquet"
366
- features: *id004
 
 
 
 
 
 
 
 
 
 
 
367
  - config_name: nonnormal_complete_labels
368
  data_files:
369
  - split: exploratory
370
- path: "exploratory/non_normal/*-labels.parquet"
371
  - split: confirmatory
372
- path: "confirmatory/non_normal/*-labels.parquet"
373
  - split: reduced_11_clusters_exploratory
374
- path: "exploratory/reduced-data/clusters_dropped_12/non_normal/*-labels.parquet"
375
  - split: reduced_6_clusters_exploratory
376
- path: "exploratory/reduced-data/clusters_dropped_17/non_normal/*-labels.parquet"
377
  - split: reduced_50_segments_exploratory
378
- path: "exploratory/reduced-data/segments_dropped_50/non_normal/*-labels.parquet"
379
  - split: reduced_25_segments_exploratory
380
- path: "exploratory/reduced-data/segments_dropped_75/non_normal/*-labels.parquet"
381
  - split: reduced_11_clusters_confirmatory
382
- path: "confirmatory/reduced-data/clusters_dropped_12/non_normal/*-labels.parquet"
383
  - split: reduced_6_clusters_confirmatory
384
- path: "confirmatory/reduced-data/clusters_dropped_17/non_normal/*-labels.parquet"
385
  - split: reduced_50_segments_confirmatory
386
- path: "confirmatory/reduced-data/segments_dropped_50/non_normal/*-labels.parquet"
387
  - split: reduced_25_segments_confirmatory
388
- path: "confirmatory/reduced-data/segments_dropped_75/non_normal/*-labels.parquet"
389
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
390
  - config_name: nonnormal_complete_badclustering_labels
391
  data_files:
392
  - split: exploratory
393
- path: "exploratory/non_normal/bad_partitions/*-labels.parquet"
394
  - split: confirmatory
395
- path: "confirmatory/non_normal/bad_partitions/*-labels.parquet"
396
  - split: reduced_11_clusters_exploratory
397
- path: "exploratory/reduced-data/clusters_dropped_12/non_normal/bad_partitions/*-labels.parquet"
 
398
  - split: reduced_6_clusters_exploratory
399
- path: "exploratory/reduced-data/clusters_dropped_17/non_normal/bad_partitions/*-labels.parquet"
 
400
  - split: reduced_50_segments_exploratory
401
- path: "exploratory/reduced-data/segments_dropped_50/non_normal/bad_partitions/*-labels.parquet"
 
402
  - split: reduced_25_segments_exploratory
403
- path: "exploratory/reduced-data/segments_dropped_75/non_normal/bad_partitions/*-labels.parquet"
 
404
  - split: reduced_11_clusters_confirmatory
405
- path: "confirmatory/reduced-data/clusters_dropped_12/non_normal/bad_partitions/*-labels.parquet"
 
406
  - split: reduced_6_clusters_confirmatory
407
- path: "confirmatory/reduced-data/clusters_dropped_17/non_normal/bad_partitions/*-labels.parquet"
 
408
  - split: reduced_50_segments_confirmatory
409
- path: "confirmatory/reduced-data/segments_dropped_50/non_normal/bad_partitions/*-labels.parquet"
 
410
  - split: reduced_25_segments_confirmatory
411
- path: "confirmatory/reduced-data/segments_dropped_75/non_normal/bad_partitions/*-labels.parquet"
412
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  - config_name: nonnormal_partial_data
414
  data_files:
415
  - split: exploratory
416
- path: "exploratory/irregular_p30/non_normal/*-data.parquet"
417
  - split: confirmatory
418
- path: "confirmatory/irregular_p30/non_normal/*-data.parquet"
419
  - split: reduced_11_clusters_exploratory
420
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/*-data.parquet"
 
421
  - split: reduced_6_clusters_exploratory
422
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/*-data.parquet"
 
423
  - split: reduced_50_segments_exploratory
424
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p30/non_normal/*-data.parquet"
 
425
  - split: reduced_25_segments_exploratory
426
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p30/non_normal/*-data.parquet"
 
427
  - split: reduced_11_clusters_confirmatory
428
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/*-data.parquet"
 
429
  - split: reduced_6_clusters_confirmatory
430
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/*-data.parquet"
 
431
  - split: reduced_50_segments_confirmatory
432
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p30/non_normal/*-data.parquet"
 
433
  - split: reduced_25_segments_confirmatory
434
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p30/non_normal/*-data.parquet"
435
- features: *id003
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  - config_name: nonnormal_partial_labels
437
  data_files:
438
  - split: exploratory
439
- path: "exploratory/irregular_p30/non_normal/*-labels.parquet"
440
  - split: confirmatory
441
- path: "confirmatory/irregular_p30/non_normal/*-labels.parquet"
442
  - split: reduced_11_clusters_exploratory
443
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/*-labels.parquet"
 
444
  - split: reduced_6_clusters_exploratory
445
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/*-labels.parquet"
 
446
  - split: reduced_50_segments_exploratory
447
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p30/non_normal/*-labels.parquet"
 
448
  - split: reduced_25_segments_exploratory
449
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p30/non_normal/*-labels.parquet"
 
450
  - split: reduced_11_clusters_confirmatory
451
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/*-labels.parquet"
 
452
  - split: reduced_6_clusters_confirmatory
453
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/*-labels.parquet"
 
454
  - split: reduced_50_segments_confirmatory
455
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p30/non_normal/*-labels.parquet"
 
456
  - split: reduced_25_segments_confirmatory
457
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p30/non_normal/*-labels.parquet"
458
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
459
  - config_name: nonnormal_partial_badclustering_labels
460
  data_files:
461
  - split: exploratory
462
- path: "exploratory/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
463
  - split: confirmatory
464
- path: "confirmatory/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
465
  - split: reduced_11_clusters_exploratory
466
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
 
467
  - split: reduced_6_clusters_exploratory
468
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
 
469
  - split: reduced_50_segments_exploratory
470
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
 
471
  - split: reduced_25_segments_exploratory
472
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
 
473
  - split: reduced_11_clusters_confirmatory
474
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
 
475
  - split: reduced_6_clusters_confirmatory
476
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
 
477
  - split: reduced_50_segments_confirmatory
478
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
 
479
  - split: reduced_25_segments_confirmatory
480
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p30/non_normal/bad_partitions/*-labels.parquet"
481
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  - config_name: nonnormal_sparse_data
483
  data_files:
484
  - split: exploratory
485
- path: "exploratory/irregular_p90/non_normal/*-data.parquet"
486
  - split: confirmatory
487
- path: "confirmatory/irregular_p90/non_normal/*-data.parquet"
488
  - split: reduced_11_clusters_exploratory
489
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/*-data.parquet"
 
490
  - split: reduced_6_clusters_exploratory
491
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/*-data.parquet"
 
492
  - split: reduced_50_segments_exploratory
493
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p90/non_normal/*-data.parquet"
 
494
  - split: reduced_25_segments_exploratory
495
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p90/non_normal/*-data.parquet"
 
496
  - split: reduced_11_clusters_confirmatory
497
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/*-data.parquet"
 
498
  - split: reduced_6_clusters_confirmatory
499
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/*-data.parquet"
 
500
  - split: reduced_50_segments_confirmatory
501
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p90/non_normal/*-data.parquet"
 
502
  - split: reduced_25_segments_confirmatory
503
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p90/non_normal/*-data.parquet"
504
- features: *id003
 
 
 
 
 
 
 
 
 
 
 
 
 
 
505
  - config_name: nonnormal_sparse_labels
506
  data_files:
507
  - split: exploratory
508
- path: "exploratory/irregular_p90/non_normal/*-labels.parquet"
509
  - split: confirmatory
510
- path: "confirmatory/irregular_p90/non_normal/*-labels.parquet"
511
  - split: reduced_11_clusters_exploratory
512
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/*-labels.parquet"
 
513
  - split: reduced_6_clusters_exploratory
514
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/*-labels.parquet"
 
515
  - split: reduced_50_segments_exploratory
516
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p90/non_normal/*-labels.parquet"
 
517
  - split: reduced_25_segments_exploratory
518
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p90/non_normal/*-labels.parquet"
 
519
  - split: reduced_11_clusters_confirmatory
520
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/*-labels.parquet"
 
521
  - split: reduced_6_clusters_confirmatory
522
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/*-labels.parquet"
 
523
  - split: reduced_50_segments_confirmatory
524
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p90/non_normal/*-labels.parquet"
 
525
  - split: reduced_25_segments_confirmatory
526
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p90/non_normal/*-labels.parquet"
527
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
528
  - config_name: nonnormal_sparse_badclustering_labels
529
  data_files:
530
  - split: exploratory
531
- path: "exploratory/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
532
  - split: confirmatory
533
- path: "confirmatory/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
534
  - split: reduced_11_clusters_exploratory
535
- path: "exploratory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
 
536
  - split: reduced_6_clusters_exploratory
537
- path: "exploratory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
 
538
  - split: reduced_50_segments_exploratory
539
- path: "exploratory/reduced-data/segments_dropped_50/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
 
540
  - split: reduced_25_segments_exploratory
541
- path: "exploratory/reduced-data/segments_dropped_75/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
 
542
  - split: reduced_11_clusters_confirmatory
543
- path: "confirmatory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
 
544
  - split: reduced_6_clusters_confirmatory
545
- path: "confirmatory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
 
546
  - split: reduced_50_segments_confirmatory
547
- path: "confirmatory/reduced-data/segments_dropped_50/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
 
548
  - split: reduced_25_segments_confirmatory
549
- path: "confirmatory/reduced-data/segments_dropped_75/irregular_p90/non_normal/bad_partitions/*-labels.parquet"
550
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
551
  - config_name: downsampled_complete_data
552
  data_files:
553
  - split: exploratory
554
- path: "exploratory/resampled_1min/*-data.parquet"
555
  - split: confirmatory
556
- path: "confirmatory/resampled_1min/*-data.parquet"
557
- features: *id004
 
 
 
 
 
 
 
 
 
 
 
558
  - config_name: downsampled_complete_labels
559
  data_files:
560
  - split: exploratory
561
- path: "exploratory/resampled_1min/*-labels.parquet"
562
  - split: confirmatory
563
- path: "confirmatory/resampled_1min/*-labels.parquet"
564
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
  - config_name: downsampled_complete_badclustering_labels
566
  data_files:
567
  - split: exploratory
568
- path: "exploratory/resampled_1min/bad_partitions/*-labels.parquet"
569
  - split: confirmatory
570
- path: "confirmatory/resampled_1min/bad_partitions/*-labels.parquet"
571
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
572
  - config_name: downsampled_partial_data
573
  data_files:
574
  - split: exploratory
575
- path: "exploratory/irregular_p30/resampled_1min/*-data.parquet"
576
  - split: confirmatory
577
- path: "confirmatory/irregular_p30/resampled_1min/*-data.parquet"
578
- features: &id005
579
  - name: subject_id
580
  dtype: string
581
  - name: datetime
@@ -592,38 +1216,151 @@ configs:
592
  - config_name: downsampled_partial_labels
593
  data_files:
594
  - split: exploratory
595
- path: "exploratory/irregular_p30/resampled_1min/*-labels.parquet"
596
  - split: confirmatory
597
- path: "confirmatory/irregular_p30/resampled_1min/*-labels.parquet"
598
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
599
  - config_name: downsampled_partial_badclustering_labels
600
  data_files:
601
  - split: exploratory
602
- path: "exploratory/irregular_p30/resampled_1min/bad_partitions/*-labels.parquet"
603
  - split: confirmatory
604
- path: "confirmatory/irregular_p30/resampled_1min/bad_partitions/*-labels.parquet"
605
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
606
  - config_name: downsampled_sparse_data
607
  data_files:
608
  - split: exploratory
609
- path: "exploratory/irregular_p90/resampled_1min/*-data.parquet"
610
  - split: confirmatory
611
- path: "confirmatory/irregular_p90/resampled_1min/*-data.parquet"
612
- features: *id005
 
 
 
 
 
 
 
 
 
 
 
 
 
613
  - config_name: downsampled_sparse_labels
614
  data_files:
615
  - split: exploratory
616
- path: "exploratory/irregular_p90/resampled_1min/*-labels.parquet"
617
  - split: confirmatory
618
- path: "confirmatory/irregular_p90/resampled_1min/*-labels.parquet"
619
- features: *id001
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
620
  - config_name: downsampled_sparse_badclustering_labels
621
  data_files:
622
  - split: exploratory
623
- path: "exploratory/irregular_p90/resampled_1min/bad_partitions/*-labels.parquet"
624
  - split: confirmatory
625
- path: "confirmatory/irregular_p90/resampled_1min/bad_partitions/*-labels.parquet"
626
- features: *id002
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  ---
628
 
629
  # CSTS - Correlation Structures in Time Series
 
4
  - config_name: raw_complete_data
5
  data_files:
6
  - split: exploratory
7
+ path: exploratory/raw/*-data.parquet
8
  - split: confirmatory
9
+ path: confirmatory/raw/*-data.parquet
10
+ features:
11
  - name: subject_id
12
  dtype: string
13
  - name: datetime
 
22
  - config_name: raw_complete_labels
23
  data_files:
24
  - split: exploratory
25
+ path: exploratory/raw/*-labels.parquet
26
  - split: confirmatory
27
+ path: confirmatory/raw/*-labels.parquet
28
+ features:
29
  - name: subject_id
30
  dtype: string
31
  - name: id
 
51
  - config_name: raw_complete_badclustering_labels
52
  data_files:
53
  - split: exploratory
54
+ path: exploratory/raw/bad_partitions/*-labels.parquet
55
  - split: confirmatory
56
+ path: confirmatory/raw/bad_partitions/*-labels.parquet
57
+ features:
58
  - name: subject_id
59
  dtype: string
60
  - name: clustering_desc
 
82
  - config_name: raw_partial_data
83
  data_files:
84
  - split: exploratory
85
+ path: exploratory/irregular_p30/raw/*-data.parquet
86
  - split: confirmatory
87
+ path: confirmatory/irregular_p30/raw/*-data.parquet
88
+ features:
89
  - name: subject_id
90
  dtype: string
91
  - name: old id
 
102
  - config_name: raw_partial_labels
103
  data_files:
104
  - split: exploratory
105
+ path: exploratory/irregular_p30/raw/*-labels.parquet
106
  - split: confirmatory
107
+ path: confirmatory/irregular_p30/raw/*-labels.parquet
108
+ features:
109
+ - name: subject_id
110
+ dtype: string
111
+ - name: id
112
+ dtype: int32
113
+ - name: start idx
114
+ dtype: int32
115
+ - name: end idx
116
+ dtype: int32
117
+ - name: length
118
+ dtype: int32
119
+ - name: cluster_id
120
+ dtype: int32
121
+ - name: correlation to model
122
+ dtype: string
123
+ - name: correlation achieved
124
+ dtype: string
125
+ - name: correlation achieved with tolerance
126
+ dtype: string
127
+ - name: MAE
128
+ dtype: float32
129
+ - name: relaxed MAE
130
+ dtype: float32
131
  - config_name: raw_partial_badclustering_labels
132
  data_files:
133
  - split: exploratory
134
+ path: exploratory/irregular_p30/raw/bad_partitions/*-labels.parquet
135
  - split: confirmatory
136
+ path: confirmatory/irregular_p30/raw/bad_partitions/*-labels.parquet
137
+ features:
138
+ - name: subject_id
139
+ dtype: string
140
+ - name: clustering_desc
141
+ dtype: string
142
+ - name: id
143
+ dtype: int32
144
+ - name: start idx
145
+ dtype: int32
146
+ - name: end idx
147
+ dtype: int32
148
+ - name: length
149
+ dtype: int32
150
+ - name: cluster_id
151
+ dtype: int32
152
+ - name: correlation to model
153
+ dtype: string
154
+ - name: correlation achieved
155
+ dtype: string
156
+ - name: correlation achieved with tolerance
157
+ dtype: string
158
+ - name: MAE
159
+ dtype: float32
160
+ - name: relaxed MAE
161
+ dtype: float32
162
  - config_name: raw_sparse_data
163
  data_files:
164
  - split: exploratory
165
+ path: exploratory/irregular_p90/raw/*-data.parquet
166
  - split: confirmatory
167
+ path: confirmatory/irregular_p90/raw/*-data.parquet
168
+ features:
169
+ - name: subject_id
170
+ dtype: string
171
+ - name: old id
172
+ dtype: int64
173
+ - name: datetime
174
+ dtype: string
175
+ type: timestamp
176
+ - name: iob
177
+ dtype: float64
178
+ - name: cob
179
+ dtype: float64
180
+ - name: ig
181
+ dtype: float64
182
  - config_name: raw_sparse_labels
183
  data_files:
184
  - split: exploratory
185
+ path: exploratory/irregular_p90/raw/*-labels.parquet
186
  - split: confirmatory
187
+ path: confirmatory/irregular_p90/raw/*-labels.parquet
188
+ features:
189
+ - name: subject_id
190
+ dtype: string
191
+ - name: id
192
+ dtype: int32
193
+ - name: start idx
194
+ dtype: int32
195
+ - name: end idx
196
+ dtype: int32
197
+ - name: length
198
+ dtype: int32
199
+ - name: cluster_id
200
+ dtype: int32
201
+ - name: correlation to model
202
+ dtype: string
203
+ - name: correlation achieved
204
+ dtype: string
205
+ - name: correlation achieved with tolerance
206
+ dtype: string
207
+ - name: MAE
208
+ dtype: float32
209
+ - name: relaxed MAE
210
+ dtype: float32
211
  - config_name: raw_sparse_badclustering_labels
212
  data_files:
213
  - split: exploratory
214
+ path: exploratory/irregular_p90/raw/bad_partitions/*-labels.parquet
215
  - split: confirmatory
216
+ path: confirmatory/irregular_p90/raw/bad_partitions/*-labels.parquet
217
+ features:
218
+ - name: subject_id
219
+ dtype: string
220
+ - name: clustering_desc
221
+ dtype: string
222
+ - name: id
223
+ dtype: int32
224
+ - name: start idx
225
+ dtype: int32
226
+ - name: end idx
227
+ dtype: int32
228
+ - name: length
229
+ dtype: int32
230
+ - name: cluster_id
231
+ dtype: int32
232
+ - name: correlation to model
233
+ dtype: string
234
+ - name: correlation achieved
235
+ dtype: string
236
+ - name: correlation achieved with tolerance
237
+ dtype: string
238
+ - name: MAE
239
+ dtype: float32
240
+ - name: relaxed MAE
241
+ dtype: float32
242
  - config_name: correlated_complete_data
243
  data_files:
244
  - split: exploratory
245
+ path: exploratory/normal/*-data.parquet
246
  - split: confirmatory
247
+ path: confirmatory/normal/*-data.parquet
248
  - split: reduced_11_clusters_exploratory
249
+ path: exploratory/reduced-data/clusters_dropped_12/normal/*-data.parquet
250
  - split: reduced_6_clusters_exploratory
251
+ path: exploratory/reduced-data/clusters_dropped_17/normal/*-data.parquet
252
  - split: reduced_50_segments_exploratory
253
+ path: exploratory/reduced-data/segments_dropped_50/normal/*-data.parquet
254
  - split: reduced_25_segments_exploratory
255
+ path: exploratory/reduced-data/segments_dropped_75/normal/*-data.parquet
256
  - split: reduced_11_clusters_confirmatory
257
+ path: confirmatory/reduced-data/clusters_dropped_12/normal/*-data.parquet
258
  - split: reduced_6_clusters_confirmatory
259
+ path: confirmatory/reduced-data/clusters_dropped_17/normal/*-data.parquet
260
  - split: reduced_50_segments_confirmatory
261
+ path: confirmatory/reduced-data/segments_dropped_50/normal/*-data.parquet
262
  - split: reduced_25_segments_confirmatory
263
+ path: confirmatory/reduced-data/segments_dropped_75/normal/*-data.parquet
264
+ features:
265
+ - name: subject_id
266
+ dtype: string
267
+ - name: datetime
268
+ dtype: string
269
+ type: timestamp
270
+ - name: iob
271
+ dtype: float64
272
+ - name: cob
273
+ dtype: float64
274
+ - name: ig
275
+ dtype: float64
276
  - config_name: correlated_complete_labels
277
  data_files:
278
  - split: exploratory
279
+ path: exploratory/normal/*-labels.parquet
280
  - split: confirmatory
281
+ path: confirmatory/normal/*-labels.parquet
282
  - split: reduced_11_clusters_exploratory
283
+ path: exploratory/reduced-data/clusters_dropped_12/normal/*-labels.parquet
284
  - split: reduced_6_clusters_exploratory
285
+ path: exploratory/reduced-data/clusters_dropped_17/normal/*-labels.parquet
286
  - split: reduced_50_segments_exploratory
287
+ path: exploratory/reduced-data/segments_dropped_50/normal/*-labels.parquet
288
  - split: reduced_25_segments_exploratory
289
+ path: exploratory/reduced-data/segments_dropped_75/normal/*-labels.parquet
290
  - split: reduced_11_clusters_confirmatory
291
+ path: confirmatory/reduced-data/clusters_dropped_12/normal/*-labels.parquet
292
  - split: reduced_6_clusters_confirmatory
293
+ path: confirmatory/reduced-data/clusters_dropped_17/normal/*-labels.parquet
294
  - split: reduced_50_segments_confirmatory
295
+ path: confirmatory/reduced-data/segments_dropped_50/normal/*-labels.parquet
296
  - split: reduced_25_segments_confirmatory
297
+ path: confirmatory/reduced-data/segments_dropped_75/normal/*-labels.parquet
298
+ features:
299
+ - name: subject_id
300
+ dtype: string
301
+ - name: id
302
+ dtype: int32
303
+ - name: start idx
304
+ dtype: int32
305
+ - name: end idx
306
+ dtype: int32
307
+ - name: length
308
+ dtype: int32
309
+ - name: cluster_id
310
+ dtype: int32
311
+ - name: correlation to model
312
+ dtype: string
313
+ - name: correlation achieved
314
+ dtype: string
315
+ - name: correlation achieved with tolerance
316
+ dtype: string
317
+ - name: MAE
318
+ dtype: float32
319
+ - name: relaxed MAE
320
+ dtype: float32
321
  - config_name: correlated_complete_badclustering_labels
322
  data_files:
323
  - split: exploratory
324
+ path: exploratory/normal/bad_partitions/*-labels.parquet
325
  - split: confirmatory
326
+ path: confirmatory/normal/bad_partitions/*-labels.parquet
327
  - split: reduced_11_clusters_exploratory
328
+ path: >-
329
+ exploratory/reduced-data/clusters_dropped_12/normal/bad_partitions/*-labels.parquet
330
  - split: reduced_6_clusters_exploratory
331
+ path: >-
332
+ exploratory/reduced-data/clusters_dropped_17/normal/bad_partitions/*-labels.parquet
333
  - split: reduced_50_segments_exploratory
334
+ path: >-
335
+ exploratory/reduced-data/segments_dropped_50/normal/bad_partitions/*-labels.parquet
336
  - split: reduced_25_segments_exploratory
337
+ path: >-
338
+ exploratory/reduced-data/segments_dropped_75/normal/bad_partitions/*-labels.parquet
339
  - split: reduced_11_clusters_confirmatory
340
+ path: >-
341
+ confirmatory/reduced-data/clusters_dropped_12/normal/bad_partitions/*-labels.parquet
342
  - split: reduced_6_clusters_confirmatory
343
+ path: >-
344
+ confirmatory/reduced-data/clusters_dropped_17/normal/bad_partitions/*-labels.parquet
345
  - split: reduced_50_segments_confirmatory
346
+ path: >-
347
+ confirmatory/reduced-data/segments_dropped_50/normal/bad_partitions/*-labels.parquet
348
  - split: reduced_25_segments_confirmatory
349
+ path: >-
350
+ confirmatory/reduced-data/segments_dropped_75/normal/bad_partitions/*-labels.parquet
351
+ features:
352
+ - name: subject_id
353
+ dtype: string
354
+ - name: clustering_desc
355
+ dtype: string
356
+ - name: id
357
+ dtype: int32
358
+ - name: start idx
359
+ dtype: int32
360
+ - name: end idx
361
+ dtype: int32
362
+ - name: length
363
+ dtype: int32
364
+ - name: cluster_id
365
+ dtype: int32
366
+ - name: correlation to model
367
+ dtype: string
368
+ - name: correlation achieved
369
+ dtype: string
370
+ - name: correlation achieved with tolerance
371
+ dtype: string
372
+ - name: MAE
373
+ dtype: float32
374
+ - name: relaxed MAE
375
+ dtype: float32
376
  - config_name: correlated_partial_data
377
  data_files:
378
  - split: exploratory
379
+ path: exploratory/irregular_p30/normal/*-data.parquet
380
  - split: confirmatory
381
+ path: confirmatory/irregular_p30/normal/*-data.parquet
382
  - split: reduced_11_clusters_exploratory
383
+ path: >-
384
+ exploratory/reduced-data/clusters_dropped_12/irregular_p30/normal/*-data.parquet
385
  - split: reduced_6_clusters_exploratory
386
+ path: >-
387
+ exploratory/reduced-data/clusters_dropped_17/irregular_p30/normal/*-data.parquet
388
  - split: reduced_50_segments_exploratory
389
+ path: >-
390
+ exploratory/reduced-data/segments_dropped_50/irregular_p30/normal/*-data.parquet
391
  - split: reduced_25_segments_exploratory
392
+ path: >-
393
+ exploratory/reduced-data/segments_dropped_75/irregular_p30/normal/*-data.parquet
394
  - split: reduced_11_clusters_confirmatory
395
+ path: >-
396
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p30/normal/*-data.parquet
397
  - split: reduced_6_clusters_confirmatory
398
+ path: >-
399
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p30/normal/*-data.parquet
400
  - split: reduced_50_segments_confirmatory
401
+ path: >-
402
+ confirmatory/reduced-data/segments_dropped_50/irregular_p30/normal/*-data.parquet
403
  - split: reduced_25_segments_confirmatory
404
+ path: >-
405
+ confirmatory/reduced-data/segments_dropped_75/irregular_p30/normal/*-data.parquet
406
+ features:
407
+ - name: subject_id
408
+ dtype: string
409
+ - name: old id
410
+ dtype: int64
411
+ - name: datetime
412
+ dtype: string
413
+ type: timestamp
414
+ - name: iob
415
+ dtype: float64
416
+ - name: cob
417
+ dtype: float64
418
+ - name: ig
419
+ dtype: float64
420
  - config_name: correlated_partial_labels
421
  data_files:
422
  - split: exploratory
423
+ path: exploratory/irregular_p30/normal/*-labels.parquet
424
  - split: confirmatory
425
+ path: confirmatory/irregular_p30/normal/*-labels.parquet
426
  - split: reduced_11_clusters_exploratory
427
+ path: >-
428
+ exploratory/reduced-data/clusters_dropped_12/irregular_p30/normal/*-labels.parquet
429
  - split: reduced_6_clusters_exploratory
430
+ path: >-
431
+ exploratory/reduced-data/clusters_dropped_17/irregular_p30/normal/*-labels.parquet
432
  - split: reduced_50_segments_exploratory
433
+ path: >-
434
+ exploratory/reduced-data/segments_dropped_50/irregular_p30/normal/*-labels.parquet
435
  - split: reduced_25_segments_exploratory
436
+ path: >-
437
+ exploratory/reduced-data/segments_dropped_75/irregular_p30/normal/*-labels.parquet
438
  - split: reduced_11_clusters_confirmatory
439
+ path: >-
440
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p30/normal/*-labels.parquet
441
  - split: reduced_6_clusters_confirmatory
442
+ path: >-
443
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p30/normal/*-labels.parquet
444
  - split: reduced_50_segments_confirmatory
445
+ path: >-
446
+ confirmatory/reduced-data/segments_dropped_50/irregular_p30/normal/*-labels.parquet
447
  - split: reduced_25_segments_confirmatory
448
+ path: >-
449
+ confirmatory/reduced-data/segments_dropped_75/irregular_p30/normal/*-labels.parquet
450
+ features:
451
+ - name: subject_id
452
+ dtype: string
453
+ - name: id
454
+ dtype: int32
455
+ - name: start idx
456
+ dtype: int32
457
+ - name: end idx
458
+ dtype: int32
459
+ - name: length
460
+ dtype: int32
461
+ - name: cluster_id
462
+ dtype: int32
463
+ - name: correlation to model
464
+ dtype: string
465
+ - name: correlation achieved
466
+ dtype: string
467
+ - name: correlation achieved with tolerance
468
+ dtype: string
469
+ - name: MAE
470
+ dtype: float32
471
+ - name: relaxed MAE
472
+ dtype: float32
473
  - config_name: correlated_partial_badclustering_labels
474
  data_files:
475
  - split: exploratory
476
+ path: exploratory/irregular_p30/normal/bad_partitions/*-labels.parquet
477
  - split: confirmatory
478
+ path: confirmatory/irregular_p30/normal/bad_partitions/*-labels.parquet
479
  - split: reduced_11_clusters_exploratory
480
+ path: >-
481
+ exploratory/reduced-data/clusters_dropped_12/irregular_p30/normal/bad_partitions/*-labels.parquet
482
  - split: reduced_6_clusters_exploratory
483
+ path: >-
484
+ exploratory/reduced-data/clusters_dropped_17/irregular_p30/normal/bad_partitions/*-labels.parquet
485
  - split: reduced_50_segments_exploratory
486
+ path: >-
487
+ exploratory/reduced-data/segments_dropped_50/irregular_p30/normal/bad_partitions/*-labels.parquet
488
  - split: reduced_25_segments_exploratory
489
+ path: >-
490
+ exploratory/reduced-data/segments_dropped_75/irregular_p30/normal/bad_partitions/*-labels.parquet
491
  - split: reduced_11_clusters_confirmatory
492
+ path: >-
493
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p30/normal/bad_partitions/*-labels.parquet
494
  - split: reduced_6_clusters_confirmatory
495
+ path: >-
496
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p30/normal/bad_partitions/*-labels.parquet
497
  - split: reduced_50_segments_confirmatory
498
+ path: >-
499
+ confirmatory/reduced-data/segments_dropped_50/irregular_p30/normal/bad_partitions/*-labels.parquet
500
  - split: reduced_25_segments_confirmatory
501
+ path: >-
502
+ confirmatory/reduced-data/segments_dropped_75/irregular_p30/normal/bad_partitions/*-labels.parquet
503
+ features:
504
+ - name: subject_id
505
+ dtype: string
506
+ - name: clustering_desc
507
+ dtype: string
508
+ - name: id
509
+ dtype: int32
510
+ - name: start idx
511
+ dtype: int32
512
+ - name: end idx
513
+ dtype: int32
514
+ - name: length
515
+ dtype: int32
516
+ - name: cluster_id
517
+ dtype: int32
518
+ - name: correlation to model
519
+ dtype: string
520
+ - name: correlation achieved
521
+ dtype: string
522
+ - name: correlation achieved with tolerance
523
+ dtype: string
524
+ - name: MAE
525
+ dtype: float32
526
+ - name: relaxed MAE
527
+ dtype: float32
528
  - config_name: correlated_sparse_data
529
  data_files:
530
  - split: exploratory
531
+ path: exploratory/irregular_p90/normal/*-data.parquet
532
  - split: confirmatory
533
+ path: confirmatory/irregular_p90/normal/*-data.parquet
534
  - split: reduced_11_clusters_exploratory
535
+ path: >-
536
+ exploratory/reduced-data/clusters_dropped_12/irregular_p90/normal/*-data.parquet
537
  - split: reduced_6_clusters_exploratory
538
+ path: >-
539
+ exploratory/reduced-data/clusters_dropped_17/irregular_p90/normal/*-data.parquet
540
  - split: reduced_50_segments_exploratory
541
+ path: >-
542
+ exploratory/reduced-data/segments_dropped_50/irregular_p90/normal/*-data.parquet
543
  - split: reduced_25_segments_exploratory
544
+ path: >-
545
+ exploratory/reduced-data/segments_dropped_75/irregular_p90/normal/*-data.parquet
546
  - split: reduced_11_clusters_confirmatory
547
+ path: >-
548
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p90/normal/*-data.parquet
549
  - split: reduced_6_clusters_confirmatory
550
+ path: >-
551
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p90/normal/*-data.parquet
552
  - split: reduced_50_segments_confirmatory
553
+ path: >-
554
+ confirmatory/reduced-data/segments_dropped_50/irregular_p90/normal/*-data.parquet
555
  - split: reduced_25_segments_confirmatory
556
+ path: >-
557
+ confirmatory/reduced-data/segments_dropped_75/irregular_p90/normal/*-data.parquet
558
+ features:
559
+ - name: subject_id
560
+ dtype: string
561
+ - name: old id
562
+ dtype: int64
563
+ - name: datetime
564
+ dtype: string
565
+ type: timestamp
566
+ - name: iob
567
+ dtype: float64
568
+ - name: cob
569
+ dtype: float64
570
+ - name: ig
571
+ dtype: float64
572
  - config_name: correlated_sparse_labels
573
  data_files:
574
  - split: exploratory
575
+ path: exploratory/irregular_p90/normal/*-labels.parquet
576
  - split: confirmatory
577
+ path: confirmatory/irregular_p90/normal/*-labels.parquet
578
  - split: reduced_11_clusters_exploratory
579
+ path: >-
580
+ exploratory/reduced-data/clusters_dropped_12/irregular_p90/normal/*-labels.parquet
581
  - split: reduced_6_clusters_exploratory
582
+ path: >-
583
+ exploratory/reduced-data/clusters_dropped_17/irregular_p90/normal/*-labels.parquet
584
  - split: reduced_50_segments_exploratory
585
+ path: >-
586
+ exploratory/reduced-data/segments_dropped_50/irregular_p90/normal/*-labels.parquet
587
  - split: reduced_25_segments_exploratory
588
+ path: >-
589
+ exploratory/reduced-data/segments_dropped_75/irregular_p90/normal/*-labels.parquet
590
  - split: reduced_11_clusters_confirmatory
591
+ path: >-
592
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p90/normal/*-labels.parquet
593
  - split: reduced_6_clusters_confirmatory
594
+ path: >-
595
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p90/normal/*-labels.parquet
596
  - split: reduced_50_segments_confirmatory
597
+ path: >-
598
+ confirmatory/reduced-data/segments_dropped_50/irregular_p90/normal/*-labels.parquet
599
  - split: reduced_25_segments_confirmatory
600
+ path: >-
601
+ confirmatory/reduced-data/segments_dropped_75/irregular_p90/normal/*-labels.parquet
602
+ features:
603
+ - name: subject_id
604
+ dtype: string
605
+ - name: id
606
+ dtype: int32
607
+ - name: start idx
608
+ dtype: int32
609
+ - name: end idx
610
+ dtype: int32
611
+ - name: length
612
+ dtype: int32
613
+ - name: cluster_id
614
+ dtype: int32
615
+ - name: correlation to model
616
+ dtype: string
617
+ - name: correlation achieved
618
+ dtype: string
619
+ - name: correlation achieved with tolerance
620
+ dtype: string
621
+ - name: MAE
622
+ dtype: float32
623
+ - name: relaxed MAE
624
+ dtype: float32
625
  - config_name: correlated_sparse_badclustering_labels
626
  data_files:
627
  - split: exploratory
628
+ path: exploratory/irregular_p90/normal/bad_partitions/*-labels.parquet
629
  - split: confirmatory
630
+ path: confirmatory/irregular_p90/normal/bad_partitions/*-labels.parquet
631
  - split: reduced_11_clusters_exploratory
632
+ path: >-
633
+ exploratory/reduced-data/clusters_dropped_12/irregular_p90/normal/bad_partitions/*-labels.parquet
634
  - split: reduced_6_clusters_exploratory
635
+ path: >-
636
+ exploratory/reduced-data/clusters_dropped_17/irregular_p90/normal/bad_partitions/*-labels.parquet
637
  - split: reduced_50_segments_exploratory
638
+ path: >-
639
+ exploratory/reduced-data/segments_dropped_50/irregular_p90/normal/bad_partitions/*-labels.parquet
640
  - split: reduced_25_segments_exploratory
641
+ path: >-
642
+ exploratory/reduced-data/segments_dropped_75/irregular_p90/normal/bad_partitions/*-labels.parquet
643
  - split: reduced_11_clusters_confirmatory
644
+ path: >-
645
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p90/normal/bad_partitions/*-labels.parquet
646
  - split: reduced_6_clusters_confirmatory
647
+ path: >-
648
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p90/normal/bad_partitions/*-labels.parquet
649
  - split: reduced_50_segments_confirmatory
650
+ path: >-
651
+ confirmatory/reduced-data/segments_dropped_50/irregular_p90/normal/bad_partitions/*-labels.parquet
652
  - split: reduced_25_segments_confirmatory
653
+ path: >-
654
+ confirmatory/reduced-data/segments_dropped_75/irregular_p90/normal/bad_partitions/*-labels.parquet
655
+ features:
656
+ - name: subject_id
657
+ dtype: string
658
+ - name: clustering_desc
659
+ dtype: string
660
+ - name: id
661
+ dtype: int32
662
+ - name: start idx
663
+ dtype: int32
664
+ - name: end idx
665
+ dtype: int32
666
+ - name: length
667
+ dtype: int32
668
+ - name: cluster_id
669
+ dtype: int32
670
+ - name: correlation to model
671
+ dtype: string
672
+ - name: correlation achieved
673
+ dtype: string
674
+ - name: correlation achieved with tolerance
675
+ dtype: string
676
+ - name: MAE
677
+ dtype: float32
678
+ - name: relaxed MAE
679
+ dtype: float32
680
  - config_name: nonnormal_complete_data
681
  data_files:
682
  - split: exploratory
683
+ path: exploratory/non_normal/*-data.parquet
684
  - split: confirmatory
685
+ path: confirmatory/non_normal/*-data.parquet
686
  - split: reduced_11_clusters_exploratory
687
+ path: exploratory/reduced-data/clusters_dropped_12/non_normal/*-data.parquet
688
  - split: reduced_6_clusters_exploratory
689
+ path: exploratory/reduced-data/clusters_dropped_17/non_normal/*-data.parquet
690
  - split: reduced_50_segments_exploratory
691
+ path: exploratory/reduced-data/segments_dropped_50/non_normal/*-data.parquet
692
  - split: reduced_25_segments_exploratory
693
+ path: exploratory/reduced-data/segments_dropped_75/non_normal/*-data.parquet
694
  - split: reduced_11_clusters_confirmatory
695
+ path: confirmatory/reduced-data/clusters_dropped_12/non_normal/*-data.parquet
696
  - split: reduced_6_clusters_confirmatory
697
+ path: confirmatory/reduced-data/clusters_dropped_17/non_normal/*-data.parquet
698
  - split: reduced_50_segments_confirmatory
699
+ path: confirmatory/reduced-data/segments_dropped_50/non_normal/*-data.parquet
700
  - split: reduced_25_segments_confirmatory
701
+ path: confirmatory/reduced-data/segments_dropped_75/non_normal/*-data.parquet
702
+ features:
703
+ - name: subject_id
704
+ dtype: string
705
+ - name: datetime
706
+ dtype: string
707
+ type: timestamp
708
+ - name: iob
709
+ dtype: float64
710
+ - name: cob
711
+ dtype: float64
712
+ - name: ig
713
+ dtype: float64
714
  - config_name: nonnormal_complete_labels
715
  data_files:
716
  - split: exploratory
717
+ path: exploratory/non_normal/*-labels.parquet
718
  - split: confirmatory
719
+ path: confirmatory/non_normal/*-labels.parquet
720
  - split: reduced_11_clusters_exploratory
721
+ path: exploratory/reduced-data/clusters_dropped_12/non_normal/*-labels.parquet
722
  - split: reduced_6_clusters_exploratory
723
+ path: exploratory/reduced-data/clusters_dropped_17/non_normal/*-labels.parquet
724
  - split: reduced_50_segments_exploratory
725
+ path: exploratory/reduced-data/segments_dropped_50/non_normal/*-labels.parquet
726
  - split: reduced_25_segments_exploratory
727
+ path: exploratory/reduced-data/segments_dropped_75/non_normal/*-labels.parquet
728
  - split: reduced_11_clusters_confirmatory
729
+ path: confirmatory/reduced-data/clusters_dropped_12/non_normal/*-labels.parquet
730
  - split: reduced_6_clusters_confirmatory
731
+ path: confirmatory/reduced-data/clusters_dropped_17/non_normal/*-labels.parquet
732
  - split: reduced_50_segments_confirmatory
733
+ path: confirmatory/reduced-data/segments_dropped_50/non_normal/*-labels.parquet
734
  - split: reduced_25_segments_confirmatory
735
+ path: confirmatory/reduced-data/segments_dropped_75/non_normal/*-labels.parquet
736
+ features:
737
+ - name: subject_id
738
+ dtype: string
739
+ - name: id
740
+ dtype: int32
741
+ - name: start idx
742
+ dtype: int32
743
+ - name: end idx
744
+ dtype: int32
745
+ - name: length
746
+ dtype: int32
747
+ - name: cluster_id
748
+ dtype: int32
749
+ - name: correlation to model
750
+ dtype: string
751
+ - name: correlation achieved
752
+ dtype: string
753
+ - name: correlation achieved with tolerance
754
+ dtype: string
755
+ - name: MAE
756
+ dtype: float32
757
+ - name: relaxed MAE
758
+ dtype: float32
759
  - config_name: nonnormal_complete_badclustering_labels
760
  data_files:
761
  - split: exploratory
762
+ path: exploratory/non_normal/bad_partitions/*-labels.parquet
763
  - split: confirmatory
764
+ path: confirmatory/non_normal/bad_partitions/*-labels.parquet
765
  - split: reduced_11_clusters_exploratory
766
+ path: >-
767
+ exploratory/reduced-data/clusters_dropped_12/non_normal/bad_partitions/*-labels.parquet
768
  - split: reduced_6_clusters_exploratory
769
+ path: >-
770
+ exploratory/reduced-data/clusters_dropped_17/non_normal/bad_partitions/*-labels.parquet
771
  - split: reduced_50_segments_exploratory
772
+ path: >-
773
+ exploratory/reduced-data/segments_dropped_50/non_normal/bad_partitions/*-labels.parquet
774
  - split: reduced_25_segments_exploratory
775
+ path: >-
776
+ exploratory/reduced-data/segments_dropped_75/non_normal/bad_partitions/*-labels.parquet
777
  - split: reduced_11_clusters_confirmatory
778
+ path: >-
779
+ confirmatory/reduced-data/clusters_dropped_12/non_normal/bad_partitions/*-labels.parquet
780
  - split: reduced_6_clusters_confirmatory
781
+ path: >-
782
+ confirmatory/reduced-data/clusters_dropped_17/non_normal/bad_partitions/*-labels.parquet
783
  - split: reduced_50_segments_confirmatory
784
+ path: >-
785
+ confirmatory/reduced-data/segments_dropped_50/non_normal/bad_partitions/*-labels.parquet
786
  - split: reduced_25_segments_confirmatory
787
+ path: >-
788
+ confirmatory/reduced-data/segments_dropped_75/non_normal/bad_partitions/*-labels.parquet
789
+ features:
790
+ - name: subject_id
791
+ dtype: string
792
+ - name: clustering_desc
793
+ dtype: string
794
+ - name: id
795
+ dtype: int32
796
+ - name: start idx
797
+ dtype: int32
798
+ - name: end idx
799
+ dtype: int32
800
+ - name: length
801
+ dtype: int32
802
+ - name: cluster_id
803
+ dtype: int32
804
+ - name: correlation to model
805
+ dtype: string
806
+ - name: correlation achieved
807
+ dtype: string
808
+ - name: correlation achieved with tolerance
809
+ dtype: string
810
+ - name: MAE
811
+ dtype: float32
812
+ - name: relaxed MAE
813
+ dtype: float32
814
  - config_name: nonnormal_partial_data
815
  data_files:
816
  - split: exploratory
817
+ path: exploratory/irregular_p30/non_normal/*-data.parquet
818
  - split: confirmatory
819
+ path: confirmatory/irregular_p30/non_normal/*-data.parquet
820
  - split: reduced_11_clusters_exploratory
821
+ path: >-
822
+ exploratory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/*-data.parquet
823
  - split: reduced_6_clusters_exploratory
824
+ path: >-
825
+ exploratory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/*-data.parquet
826
  - split: reduced_50_segments_exploratory
827
+ path: >-
828
+ exploratory/reduced-data/segments_dropped_50/irregular_p30/non_normal/*-data.parquet
829
  - split: reduced_25_segments_exploratory
830
+ path: >-
831
+ exploratory/reduced-data/segments_dropped_75/irregular_p30/non_normal/*-data.parquet
832
  - split: reduced_11_clusters_confirmatory
833
+ path: >-
834
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/*-data.parquet
835
  - split: reduced_6_clusters_confirmatory
836
+ path: >-
837
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/*-data.parquet
838
  - split: reduced_50_segments_confirmatory
839
+ path: >-
840
+ confirmatory/reduced-data/segments_dropped_50/irregular_p30/non_normal/*-data.parquet
841
  - split: reduced_25_segments_confirmatory
842
+ path: >-
843
+ confirmatory/reduced-data/segments_dropped_75/irregular_p30/non_normal/*-data.parquet
844
+ features:
845
+ - name: subject_id
846
+ dtype: string
847
+ - name: old id
848
+ dtype: int64
849
+ - name: datetime
850
+ dtype: string
851
+ type: timestamp
852
+ - name: iob
853
+ dtype: float64
854
+ - name: cob
855
+ dtype: float64
856
+ - name: ig
857
+ dtype: float64
858
  - config_name: nonnormal_partial_labels
859
  data_files:
860
  - split: exploratory
861
+ path: exploratory/irregular_p30/non_normal/*-labels.parquet
862
  - split: confirmatory
863
+ path: confirmatory/irregular_p30/non_normal/*-labels.parquet
864
  - split: reduced_11_clusters_exploratory
865
+ path: >-
866
+ exploratory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/*-labels.parquet
867
  - split: reduced_6_clusters_exploratory
868
+ path: >-
869
+ exploratory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/*-labels.parquet
870
  - split: reduced_50_segments_exploratory
871
+ path: >-
872
+ exploratory/reduced-data/segments_dropped_50/irregular_p30/non_normal/*-labels.parquet
873
  - split: reduced_25_segments_exploratory
874
+ path: >-
875
+ exploratory/reduced-data/segments_dropped_75/irregular_p30/non_normal/*-labels.parquet
876
  - split: reduced_11_clusters_confirmatory
877
+ path: >-
878
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/*-labels.parquet
879
  - split: reduced_6_clusters_confirmatory
880
+ path: >-
881
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/*-labels.parquet
882
  - split: reduced_50_segments_confirmatory
883
+ path: >-
884
+ confirmatory/reduced-data/segments_dropped_50/irregular_p30/non_normal/*-labels.parquet
885
  - split: reduced_25_segments_confirmatory
886
+ path: >-
887
+ confirmatory/reduced-data/segments_dropped_75/irregular_p30/non_normal/*-labels.parquet
888
+ features:
889
+ - name: subject_id
890
+ dtype: string
891
+ - name: id
892
+ dtype: int32
893
+ - name: start idx
894
+ dtype: int32
895
+ - name: end idx
896
+ dtype: int32
897
+ - name: length
898
+ dtype: int32
899
+ - name: cluster_id
900
+ dtype: int32
901
+ - name: correlation to model
902
+ dtype: string
903
+ - name: correlation achieved
904
+ dtype: string
905
+ - name: correlation achieved with tolerance
906
+ dtype: string
907
+ - name: MAE
908
+ dtype: float32
909
+ - name: relaxed MAE
910
+ dtype: float32
911
  - config_name: nonnormal_partial_badclustering_labels
912
  data_files:
913
  - split: exploratory
914
+ path: exploratory/irregular_p30/non_normal/bad_partitions/*-labels.parquet
915
  - split: confirmatory
916
+ path: confirmatory/irregular_p30/non_normal/bad_partitions/*-labels.parquet
917
  - split: reduced_11_clusters_exploratory
918
+ path: >-
919
+ exploratory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/bad_partitions/*-labels.parquet
920
  - split: reduced_6_clusters_exploratory
921
+ path: >-
922
+ exploratory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/bad_partitions/*-labels.parquet
923
  - split: reduced_50_segments_exploratory
924
+ path: >-
925
+ exploratory/reduced-data/segments_dropped_50/irregular_p30/non_normal/bad_partitions/*-labels.parquet
926
  - split: reduced_25_segments_exploratory
927
+ path: >-
928
+ exploratory/reduced-data/segments_dropped_75/irregular_p30/non_normal/bad_partitions/*-labels.parquet
929
  - split: reduced_11_clusters_confirmatory
930
+ path: >-
931
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p30/non_normal/bad_partitions/*-labels.parquet
932
  - split: reduced_6_clusters_confirmatory
933
+ path: >-
934
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p30/non_normal/bad_partitions/*-labels.parquet
935
  - split: reduced_50_segments_confirmatory
936
+ path: >-
937
+ confirmatory/reduced-data/segments_dropped_50/irregular_p30/non_normal/bad_partitions/*-labels.parquet
938
  - split: reduced_25_segments_confirmatory
939
+ path: >-
940
+ confirmatory/reduced-data/segments_dropped_75/irregular_p30/non_normal/bad_partitions/*-labels.parquet
941
+ features:
942
+ - name: subject_id
943
+ dtype: string
944
+ - name: clustering_desc
945
+ dtype: string
946
+ - name: id
947
+ dtype: int32
948
+ - name: start idx
949
+ dtype: int32
950
+ - name: end idx
951
+ dtype: int32
952
+ - name: length
953
+ dtype: int32
954
+ - name: cluster_id
955
+ dtype: int32
956
+ - name: correlation to model
957
+ dtype: string
958
+ - name: correlation achieved
959
+ dtype: string
960
+ - name: correlation achieved with tolerance
961
+ dtype: string
962
+ - name: MAE
963
+ dtype: float32
964
+ - name: relaxed MAE
965
+ dtype: float32
966
  - config_name: nonnormal_sparse_data
967
  data_files:
968
  - split: exploratory
969
+ path: exploratory/irregular_p90/non_normal/*-data.parquet
970
  - split: confirmatory
971
+ path: confirmatory/irregular_p90/non_normal/*-data.parquet
972
  - split: reduced_11_clusters_exploratory
973
+ path: >-
974
+ exploratory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/*-data.parquet
975
  - split: reduced_6_clusters_exploratory
976
+ path: >-
977
+ exploratory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/*-data.parquet
978
  - split: reduced_50_segments_exploratory
979
+ path: >-
980
+ exploratory/reduced-data/segments_dropped_50/irregular_p90/non_normal/*-data.parquet
981
  - split: reduced_25_segments_exploratory
982
+ path: >-
983
+ exploratory/reduced-data/segments_dropped_75/irregular_p90/non_normal/*-data.parquet
984
  - split: reduced_11_clusters_confirmatory
985
+ path: >-
986
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/*-data.parquet
987
  - split: reduced_6_clusters_confirmatory
988
+ path: >-
989
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/*-data.parquet
990
  - split: reduced_50_segments_confirmatory
991
+ path: >-
992
+ confirmatory/reduced-data/segments_dropped_50/irregular_p90/non_normal/*-data.parquet
993
  - split: reduced_25_segments_confirmatory
994
+ path: >-
995
+ confirmatory/reduced-data/segments_dropped_75/irregular_p90/non_normal/*-data.parquet
996
+ features:
997
+ - name: subject_id
998
+ dtype: string
999
+ - name: old id
1000
+ dtype: int64
1001
+ - name: datetime
1002
+ dtype: string
1003
+ type: timestamp
1004
+ - name: iob
1005
+ dtype: float64
1006
+ - name: cob
1007
+ dtype: float64
1008
+ - name: ig
1009
+ dtype: float64
1010
  - config_name: nonnormal_sparse_labels
1011
  data_files:
1012
  - split: exploratory
1013
+ path: exploratory/irregular_p90/non_normal/*-labels.parquet
1014
  - split: confirmatory
1015
+ path: confirmatory/irregular_p90/non_normal/*-labels.parquet
1016
  - split: reduced_11_clusters_exploratory
1017
+ path: >-
1018
+ exploratory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/*-labels.parquet
1019
  - split: reduced_6_clusters_exploratory
1020
+ path: >-
1021
+ exploratory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/*-labels.parquet
1022
  - split: reduced_50_segments_exploratory
1023
+ path: >-
1024
+ exploratory/reduced-data/segments_dropped_50/irregular_p90/non_normal/*-labels.parquet
1025
  - split: reduced_25_segments_exploratory
1026
+ path: >-
1027
+ exploratory/reduced-data/segments_dropped_75/irregular_p90/non_normal/*-labels.parquet
1028
  - split: reduced_11_clusters_confirmatory
1029
+ path: >-
1030
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/*-labels.parquet
1031
  - split: reduced_6_clusters_confirmatory
1032
+ path: >-
1033
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/*-labels.parquet
1034
  - split: reduced_50_segments_confirmatory
1035
+ path: >-
1036
+ confirmatory/reduced-data/segments_dropped_50/irregular_p90/non_normal/*-labels.parquet
1037
  - split: reduced_25_segments_confirmatory
1038
+ path: >-
1039
+ confirmatory/reduced-data/segments_dropped_75/irregular_p90/non_normal/*-labels.parquet
1040
+ features:
1041
+ - name: subject_id
1042
+ dtype: string
1043
+ - name: id
1044
+ dtype: int32
1045
+ - name: start idx
1046
+ dtype: int32
1047
+ - name: end idx
1048
+ dtype: int32
1049
+ - name: length
1050
+ dtype: int32
1051
+ - name: cluster_id
1052
+ dtype: int32
1053
+ - name: correlation to model
1054
+ dtype: string
1055
+ - name: correlation achieved
1056
+ dtype: string
1057
+ - name: correlation achieved with tolerance
1058
+ dtype: string
1059
+ - name: MAE
1060
+ dtype: float32
1061
+ - name: relaxed MAE
1062
+ dtype: float32
1063
  - config_name: nonnormal_sparse_badclustering_labels
1064
  data_files:
1065
  - split: exploratory
1066
+ path: exploratory/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1067
  - split: confirmatory
1068
+ path: confirmatory/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1069
  - split: reduced_11_clusters_exploratory
1070
+ path: >-
1071
+ exploratory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1072
  - split: reduced_6_clusters_exploratory
1073
+ path: >-
1074
+ exploratory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1075
  - split: reduced_50_segments_exploratory
1076
+ path: >-
1077
+ exploratory/reduced-data/segments_dropped_50/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1078
  - split: reduced_25_segments_exploratory
1079
+ path: >-
1080
+ exploratory/reduced-data/segments_dropped_75/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1081
  - split: reduced_11_clusters_confirmatory
1082
+ path: >-
1083
+ confirmatory/reduced-data/clusters_dropped_12/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1084
  - split: reduced_6_clusters_confirmatory
1085
+ path: >-
1086
+ confirmatory/reduced-data/clusters_dropped_17/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1087
  - split: reduced_50_segments_confirmatory
1088
+ path: >-
1089
+ confirmatory/reduced-data/segments_dropped_50/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1090
  - split: reduced_25_segments_confirmatory
1091
+ path: >-
1092
+ confirmatory/reduced-data/segments_dropped_75/irregular_p90/non_normal/bad_partitions/*-labels.parquet
1093
+ features:
1094
+ - name: subject_id
1095
+ dtype: string
1096
+ - name: clustering_desc
1097
+ dtype: string
1098
+ - name: id
1099
+ dtype: int32
1100
+ - name: start idx
1101
+ dtype: int32
1102
+ - name: end idx
1103
+ dtype: int32
1104
+ - name: length
1105
+ dtype: int32
1106
+ - name: cluster_id
1107
+ dtype: int32
1108
+ - name: correlation to model
1109
+ dtype: string
1110
+ - name: correlation achieved
1111
+ dtype: string
1112
+ - name: correlation achieved with tolerance
1113
+ dtype: string
1114
+ - name: MAE
1115
+ dtype: float32
1116
+ - name: relaxed MAE
1117
+ dtype: float32
1118
  - config_name: downsampled_complete_data
1119
  data_files:
1120
  - split: exploratory
1121
+ path: exploratory/resampled_1min/*-data.parquet
1122
  - split: confirmatory
1123
+ path: confirmatory/resampled_1min/*-data.parquet
1124
+ features:
1125
+ - name: subject_id
1126
+ dtype: string
1127
+ - name: datetime
1128
+ dtype: string
1129
+ type: timestamp
1130
+ - name: iob
1131
+ dtype: float64
1132
+ - name: cob
1133
+ dtype: float64
1134
+ - name: ig
1135
+ dtype: float64
1136
  - config_name: downsampled_complete_labels
1137
  data_files:
1138
  - split: exploratory
1139
+ path: exploratory/resampled_1min/*-labels.parquet
1140
  - split: confirmatory
1141
+ path: confirmatory/resampled_1min/*-labels.parquet
1142
+ features:
1143
+ - name: subject_id
1144
+ dtype: string
1145
+ - name: id
1146
+ dtype: int32
1147
+ - name: start idx
1148
+ dtype: int32
1149
+ - name: end idx
1150
+ dtype: int32
1151
+ - name: length
1152
+ dtype: int32
1153
+ - name: cluster_id
1154
+ dtype: int32
1155
+ - name: correlation to model
1156
+ dtype: string
1157
+ - name: correlation achieved
1158
+ dtype: string
1159
+ - name: correlation achieved with tolerance
1160
+ dtype: string
1161
+ - name: MAE
1162
+ dtype: float32
1163
+ - name: relaxed MAE
1164
+ dtype: float32
1165
  - config_name: downsampled_complete_badclustering_labels
1166
  data_files:
1167
  - split: exploratory
1168
+ path: exploratory/resampled_1min/bad_partitions/*-labels.parquet
1169
  - split: confirmatory
1170
+ path: confirmatory/resampled_1min/bad_partitions/*-labels.parquet
1171
+ features:
1172
+ - name: subject_id
1173
+ dtype: string
1174
+ - name: clustering_desc
1175
+ dtype: string
1176
+ - name: id
1177
+ dtype: int32
1178
+ - name: start idx
1179
+ dtype: int32
1180
+ - name: end idx
1181
+ dtype: int32
1182
+ - name: length
1183
+ dtype: int32
1184
+ - name: cluster_id
1185
+ dtype: int32
1186
+ - name: correlation to model
1187
+ dtype: string
1188
+ - name: correlation achieved
1189
+ dtype: string
1190
+ - name: correlation achieved with tolerance
1191
+ dtype: string
1192
+ - name: MAE
1193
+ dtype: float32
1194
+ - name: relaxed MAE
1195
+ dtype: float32
1196
  - config_name: downsampled_partial_data
1197
  data_files:
1198
  - split: exploratory
1199
+ path: exploratory/irregular_p30/resampled_1min/*-data.parquet
1200
  - split: confirmatory
1201
+ path: confirmatory/irregular_p30/resampled_1min/*-data.parquet
1202
+ features:
1203
  - name: subject_id
1204
  dtype: string
1205
  - name: datetime
 
1216
  - config_name: downsampled_partial_labels
1217
  data_files:
1218
  - split: exploratory
1219
+ path: exploratory/irregular_p30/resampled_1min/*-labels.parquet
1220
  - split: confirmatory
1221
+ path: confirmatory/irregular_p30/resampled_1min/*-labels.parquet
1222
+ features:
1223
+ - name: subject_id
1224
+ dtype: string
1225
+ - name: id
1226
+ dtype: int32
1227
+ - name: start idx
1228
+ dtype: int32
1229
+ - name: end idx
1230
+ dtype: int32
1231
+ - name: length
1232
+ dtype: int32
1233
+ - name: cluster_id
1234
+ dtype: int32
1235
+ - name: correlation to model
1236
+ dtype: string
1237
+ - name: correlation achieved
1238
+ dtype: string
1239
+ - name: correlation achieved with tolerance
1240
+ dtype: string
1241
+ - name: MAE
1242
+ dtype: float32
1243
+ - name: relaxed MAE
1244
+ dtype: float32
1245
  - config_name: downsampled_partial_badclustering_labels
1246
  data_files:
1247
  - split: exploratory
1248
+ path: exploratory/irregular_p30/resampled_1min/bad_partitions/*-labels.parquet
1249
  - split: confirmatory
1250
+ path: confirmatory/irregular_p30/resampled_1min/bad_partitions/*-labels.parquet
1251
+ features:
1252
+ - name: subject_id
1253
+ dtype: string
1254
+ - name: clustering_desc
1255
+ dtype: string
1256
+ - name: id
1257
+ dtype: int32
1258
+ - name: start idx
1259
+ dtype: int32
1260
+ - name: end idx
1261
+ dtype: int32
1262
+ - name: length
1263
+ dtype: int32
1264
+ - name: cluster_id
1265
+ dtype: int32
1266
+ - name: correlation to model
1267
+ dtype: string
1268
+ - name: correlation achieved
1269
+ dtype: string
1270
+ - name: correlation achieved with tolerance
1271
+ dtype: string
1272
+ - name: MAE
1273
+ dtype: float32
1274
+ - name: relaxed MAE
1275
+ dtype: float32
1276
  - config_name: downsampled_sparse_data
1277
  data_files:
1278
  - split: exploratory
1279
+ path: exploratory/irregular_p90/resampled_1min/*-data.parquet
1280
  - split: confirmatory
1281
+ path: confirmatory/irregular_p90/resampled_1min/*-data.parquet
1282
+ features:
1283
+ - name: subject_id
1284
+ dtype: string
1285
+ - name: datetime
1286
+ dtype: string
1287
+ type: timestamp
1288
+ - name: original_index
1289
+ dtype: float64
1290
+ - name: iob
1291
+ dtype: float64
1292
+ - name: cob
1293
+ dtype: float64
1294
+ - name: ig
1295
+ dtype: float64
1296
  - config_name: downsampled_sparse_labels
1297
  data_files:
1298
  - split: exploratory
1299
+ path: exploratory/irregular_p90/resampled_1min/*-labels.parquet
1300
  - split: confirmatory
1301
+ path: confirmatory/irregular_p90/resampled_1min/*-labels.parquet
1302
+ features:
1303
+ - name: subject_id
1304
+ dtype: string
1305
+ - name: id
1306
+ dtype: int32
1307
+ - name: start idx
1308
+ dtype: int32
1309
+ - name: end idx
1310
+ dtype: int32
1311
+ - name: length
1312
+ dtype: int32
1313
+ - name: cluster_id
1314
+ dtype: int32
1315
+ - name: correlation to model
1316
+ dtype: string
1317
+ - name: correlation achieved
1318
+ dtype: string
1319
+ - name: correlation achieved with tolerance
1320
+ dtype: string
1321
+ - name: MAE
1322
+ dtype: float32
1323
+ - name: relaxed MAE
1324
+ dtype: float32
1325
  - config_name: downsampled_sparse_badclustering_labels
1326
  data_files:
1327
  - split: exploratory
1328
+ path: exploratory/irregular_p90/resampled_1min/bad_partitions/*-labels.parquet
1329
  - split: confirmatory
1330
+ path: confirmatory/irregular_p90/resampled_1min/bad_partitions/*-labels.parquet
1331
+ features:
1332
+ - name: subject_id
1333
+ dtype: string
1334
+ - name: clustering_desc
1335
+ dtype: string
1336
+ - name: id
1337
+ dtype: int32
1338
+ - name: start idx
1339
+ dtype: int32
1340
+ - name: end idx
1341
+ dtype: int32
1342
+ - name: length
1343
+ dtype: int32
1344
+ - name: cluster_id
1345
+ dtype: int32
1346
+ - name: correlation to model
1347
+ dtype: string
1348
+ - name: correlation achieved
1349
+ dtype: string
1350
+ - name: correlation achieved with tolerance
1351
+ dtype: string
1352
+ - name: MAE
1353
+ dtype: float32
1354
+ - name: relaxed MAE
1355
+ dtype: float32
1356
+ tags:
1357
+ - timeseries
1358
+ - timeseries clustering
1359
+ - changepoint-detection
1360
+ - correlation-structure
1361
+ - synthetic
1362
+ - benchmark
1363
+ pretty_name: 'CSTS: Correlation Structures in Time Series'
1364
  ---
1365
 
1366
  # CSTS - Correlation Structures in Time Series