Datasets:
Formats:
parquet
Size:
100M - 1B
ArXiv:
Tags:
timeseries
timeseries clustering
changepoint-detection
correlation-structure
Synthetic
benchmark
License:
trying to force cache update
Browse files
README.md
CHANGED
@@ -4,8 +4,8 @@ configs:
|
|
4 |
- config_name: correlated_complete_data
|
5 |
data_files:
|
6 |
- split: exploratory
|
7 |
-
path:
|
8 |
-
features:
|
9 |
- name: subject_id
|
10 |
dtype: string
|
11 |
- name: datetime
|
@@ -20,8 +20,8 @@ configs:
|
|
20 |
- config_name: correlated_complete_labels
|
21 |
data_files:
|
22 |
- split: exploratory
|
23 |
-
path:
|
24 |
-
features:
|
25 |
- name: subject_id
|
26 |
dtype: string
|
27 |
- name: id
|
@@ -47,33 +47,134 @@ configs:
|
|
47 |
- config_name: nonnormal_complete_data
|
48 |
data_files:
|
49 |
- split: exploratory
|
50 |
-
path:
|
51 |
-
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
- config_name: nonnormal_complete_labels
|
53 |
data_files:
|
54 |
- split: exploratory
|
55 |
-
path:
|
56 |
-
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
- config_name: correlated_complete_data
|
58 |
data_files:
|
59 |
- split: confirmatory
|
60 |
-
path:
|
61 |
-
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
- config_name: correlated_complete_labels
|
63 |
data_files:
|
64 |
- split: confirmatory
|
65 |
-
path:
|
66 |
-
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
- config_name: nonnormal_complete_data
|
68 |
data_files:
|
69 |
- split: confirmatory
|
70 |
-
path:
|
71 |
-
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
- config_name: nonnormal_complete_labels
|
73 |
data_files:
|
74 |
- split: confirmatory
|
75 |
-
path:
|
76 |
-
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
---
|
78 |
# CSTS - Correlation Structures in Time Series
|
79 |
|
|
|
4 |
- config_name: correlated_complete_data
|
5 |
data_files:
|
6 |
- split: exploratory
|
7 |
+
path: exploratory/normal/*-data.parquet
|
8 |
+
features:
|
9 |
- name: subject_id
|
10 |
dtype: string
|
11 |
- name: datetime
|
|
|
20 |
- config_name: correlated_complete_labels
|
21 |
data_files:
|
22 |
- split: exploratory
|
23 |
+
path: exploratory/normal/*-labels.parquet
|
24 |
+
features:
|
25 |
- name: subject_id
|
26 |
dtype: string
|
27 |
- name: id
|
|
|
47 |
- config_name: nonnormal_complete_data
|
48 |
data_files:
|
49 |
- split: exploratory
|
50 |
+
path: exploratory/non_normal/*-data.parquet
|
51 |
+
features:
|
52 |
+
- name: subject_id
|
53 |
+
dtype: string
|
54 |
+
- name: datetime
|
55 |
+
dtype: string
|
56 |
+
type: timestamp
|
57 |
+
- name: iob
|
58 |
+
dtype: float32
|
59 |
+
- name: cob
|
60 |
+
dtype: float32
|
61 |
+
- name: ig
|
62 |
+
dtype: float32
|
63 |
- config_name: nonnormal_complete_labels
|
64 |
data_files:
|
65 |
- split: exploratory
|
66 |
+
path: exploratory/non_normal/*-labels.parquet
|
67 |
+
features:
|
68 |
+
- name: subject_id
|
69 |
+
dtype: string
|
70 |
+
- name: id
|
71 |
+
dtype: int32
|
72 |
+
- name: start idx
|
73 |
+
dtype: int32
|
74 |
+
- name: end idx
|
75 |
+
dtype: int32
|
76 |
+
- name: length
|
77 |
+
dtype: int32
|
78 |
+
- name: cluster_id
|
79 |
+
dtype: int32
|
80 |
+
- name: correlation to model
|
81 |
+
dtype: string
|
82 |
+
- name: correlation achieved
|
83 |
+
dtype: string
|
84 |
+
- name: correlation achieved with tolerance
|
85 |
+
dtype: string
|
86 |
+
- name: MAE
|
87 |
+
dtype: float32
|
88 |
+
- name: relaxed MAE
|
89 |
+
dtype: float32
|
90 |
- config_name: correlated_complete_data
|
91 |
data_files:
|
92 |
- split: confirmatory
|
93 |
+
path: confirmatory/normal/*-data.parquet
|
94 |
+
features:
|
95 |
+
- name: subject_id
|
96 |
+
dtype: string
|
97 |
+
- name: datetime
|
98 |
+
dtype: string
|
99 |
+
type: timestamp
|
100 |
+
- name: iob
|
101 |
+
dtype: float32
|
102 |
+
- name: cob
|
103 |
+
dtype: float32
|
104 |
+
- name: ig
|
105 |
+
dtype: float32
|
106 |
- config_name: correlated_complete_labels
|
107 |
data_files:
|
108 |
- split: confirmatory
|
109 |
+
path: confirmatory/normal/*-labels.parquet
|
110 |
+
features:
|
111 |
+
- name: subject_id
|
112 |
+
dtype: string
|
113 |
+
- name: id
|
114 |
+
dtype: int32
|
115 |
+
- name: start idx
|
116 |
+
dtype: int32
|
117 |
+
- name: end idx
|
118 |
+
dtype: int32
|
119 |
+
- name: length
|
120 |
+
dtype: int32
|
121 |
+
- name: cluster_id
|
122 |
+
dtype: int32
|
123 |
+
- name: correlation to model
|
124 |
+
dtype: string
|
125 |
+
- name: correlation achieved
|
126 |
+
dtype: string
|
127 |
+
- name: correlation achieved with tolerance
|
128 |
+
dtype: string
|
129 |
+
- name: MAE
|
130 |
+
dtype: float32
|
131 |
+
- name: relaxed MAE
|
132 |
+
dtype: float32
|
133 |
- config_name: nonnormal_complete_data
|
134 |
data_files:
|
135 |
- split: confirmatory
|
136 |
+
path: confirmatory/non_normal/*-data.parquet
|
137 |
+
features:
|
138 |
+
- name: subject_id
|
139 |
+
dtype: string
|
140 |
+
- name: datetime
|
141 |
+
dtype: string
|
142 |
+
type: timestamp
|
143 |
+
- name: iob
|
144 |
+
dtype: float32
|
145 |
+
- name: cob
|
146 |
+
dtype: float32
|
147 |
+
- name: ig
|
148 |
+
dtype: float32
|
149 |
- config_name: nonnormal_complete_labels
|
150 |
data_files:
|
151 |
- split: confirmatory
|
152 |
+
path: confirmatory/non_normal/*-labels.parquet
|
153 |
+
features:
|
154 |
+
- name: subject_id
|
155 |
+
dtype: string
|
156 |
+
- name: id
|
157 |
+
dtype: int32
|
158 |
+
- name: start idx
|
159 |
+
dtype: int32
|
160 |
+
- name: end idx
|
161 |
+
dtype: int32
|
162 |
+
- name: length
|
163 |
+
dtype: int32
|
164 |
+
- name: cluster_id
|
165 |
+
dtype: int32
|
166 |
+
- name: correlation to model
|
167 |
+
dtype: string
|
168 |
+
- name: correlation achieved
|
169 |
+
dtype: string
|
170 |
+
- name: correlation achieved with tolerance
|
171 |
+
dtype: string
|
172 |
+
- name: MAE
|
173 |
+
dtype: float32
|
174 |
+
- name: relaxed MAE
|
175 |
+
dtype: float32
|
176 |
+
tags:
|
177 |
+
- timeseries
|
178 |
---
|
179 |
# CSTS - Correlation Structures in Time Series
|
180 |
|