Datasets:
Formats:
parquet
Size:
100M - 1B
ArXiv:
Tags:
timeseries
timeseries clustering
changepoint-detection
correlation-structure
Synthetic
benchmark
DOI:
License:
Fixing yaml for all downsampled data files
Browse files
README.md
CHANGED
|
@@ -554,7 +554,20 @@ configs:
|
|
| 554 |
path: "exploratory/resampled_1min/*-data.parquet"
|
| 555 |
- split: confirmatory
|
| 556 |
path: "confirmatory/resampled_1min/*-data.parquet"
|
| 557 |
-
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 558 |
- config_name: downsampled_complete_labels
|
| 559 |
data_files:
|
| 560 |
- split: exploratory
|
|
@@ -575,20 +588,7 @@ configs:
|
|
| 575 |
path: "exploratory/irregular_p30/resampled_1min/*-data.parquet"
|
| 576 |
- split: confirmatory
|
| 577 |
path: "confirmatory/irregular_p30/resampled_1min/*-data.parquet"
|
| 578 |
-
features:
|
| 579 |
-
- name: subject_id
|
| 580 |
-
dtype: string
|
| 581 |
-
- name: datetime
|
| 582 |
-
dtype: string
|
| 583 |
-
type: timestamp
|
| 584 |
-
- name: original_index
|
| 585 |
-
dtype: int64
|
| 586 |
-
- name: iob
|
| 587 |
-
dtype: float64
|
| 588 |
-
- name: cob
|
| 589 |
-
dtype: float64
|
| 590 |
-
- name: ig
|
| 591 |
-
dtype: float64
|
| 592 |
- config_name: downsampled_partial_labels
|
| 593 |
data_files:
|
| 594 |
- split: exploratory
|
|
|
|
| 554 |
path: "exploratory/resampled_1min/*-data.parquet"
|
| 555 |
- split: confirmatory
|
| 556 |
path: "confirmatory/resampled_1min/*-data.parquet"
|
| 557 |
+
features: &id005
|
| 558 |
+
- name: subject_id
|
| 559 |
+
dtype: string
|
| 560 |
+
- name: datetime
|
| 561 |
+
dtype: string
|
| 562 |
+
type: timestamp
|
| 563 |
+
- name: original_index
|
| 564 |
+
dtype: float64
|
| 565 |
+
- name: iob
|
| 566 |
+
dtype: float64
|
| 567 |
+
- name: cob
|
| 568 |
+
dtype: float64
|
| 569 |
+
- name: ig
|
| 570 |
+
dtype: float64
|
| 571 |
- config_name: downsampled_complete_labels
|
| 572 |
data_files:
|
| 573 |
- split: exploratory
|
|
|
|
| 588 |
path: "exploratory/irregular_p30/resampled_1min/*-data.parquet"
|
| 589 |
- split: confirmatory
|
| 590 |
path: "confirmatory/irregular_p30/resampled_1min/*-data.parquet"
|
| 591 |
+
features: *id005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 592 |
- config_name: downsampled_partial_labels
|
| 593 |
data_files:
|
| 594 |
- split: exploratory
|