Datasets:
Formats:
parquet
Size:
100M - 1B
ArXiv:
Tags:
timeseries
timeseries clustering
changepoint-detection
correlation-structure
Synthetic
benchmark
License:
Fix bug with wrong column name for bad clustering labels
Browse files
README.md
CHANGED
@@ -57,16 +57,16 @@ configs:
|
|
57 |
features: &id002
|
58 |
- name: subject_id
|
59 |
dtype: string
|
60 |
-
- name:
|
61 |
dtype: string
|
62 |
- name: id
|
63 |
-
dtype:
|
64 |
- name: start idx
|
65 |
-
dtype:
|
66 |
- name: end idx
|
67 |
-
dtype:
|
68 |
- name: length
|
69 |
-
dtype:
|
70 |
- name: cluster_id
|
71 |
dtype: int32
|
72 |
- name: correlation to model
|
@@ -76,9 +76,9 @@ configs:
|
|
76 |
- name: correlation achieved with tolerance
|
77 |
dtype: string
|
78 |
- name: MAE
|
79 |
-
dtype:
|
80 |
- name: relaxed MAE
|
81 |
-
dtype:
|
82 |
- config_name: raw_partial_data
|
83 |
data_files:
|
84 |
- split: exploratory
|
|
|
57 |
features: &id002
|
58 |
- name: subject_id
|
59 |
dtype: string
|
60 |
+
- name: clustering_desc
|
61 |
dtype: string
|
62 |
- name: id
|
63 |
+
dtype: int64
|
64 |
- name: start idx
|
65 |
+
dtype: int64
|
66 |
- name: end idx
|
67 |
+
dtype: int64
|
68 |
- name: length
|
69 |
+
dtype: int64
|
70 |
- name: cluster_id
|
71 |
dtype: int32
|
72 |
- name: correlation to model
|
|
|
76 |
- name: correlation achieved with tolerance
|
77 |
dtype: string
|
78 |
- name: MAE
|
79 |
+
dtype: float64
|
80 |
- name: relaxed MAE
|
81 |
+
dtype: float64
|
82 |
- config_name: raw_partial_data
|
83 |
data_files:
|
84 |
- split: exploratory
|