Datasets:
Formats:
parquet
Sub-tasks:
multi-class-classification
univariate-time-series-forecasting
tabular-multi-class-classification
Languages:
English
Size:
1M - 10M
ArXiv:
Tags:
timeseries
time-series
time-series-forecasting
tabular-regression
tabular-classification
univariate-time-series-forecasting
License:
Added first Meta
Browse files
README.md
CHANGED
|
@@ -21,9 +21,9 @@ task_ids:
|
|
| 21 |
- sentiment-classification
|
| 22 |
- text-scoring
|
| 23 |
paperswithcode_id: glue
|
| 24 |
-
pretty_name:
|
| 25 |
config_names:
|
| 26 |
-
-
|
| 27 |
- cola
|
| 28 |
- mnli
|
| 29 |
- mnli_matched
|
|
@@ -40,43 +40,65 @@ tags:
|
|
| 40 |
- coreference-nli
|
| 41 |
- paraphrase-identification
|
| 42 |
dataset_info:
|
| 43 |
-
- config_name:
|
| 44 |
features:
|
| 45 |
-
- name:
|
| 46 |
-
|
| 47 |
-
- name: hypothesis
|
| 48 |
-
dtype: string
|
| 49 |
-
- name: label
|
| 50 |
-
dtype:
|
| 51 |
class_label:
|
| 52 |
-
names:
|
| 53 |
'0': entailment
|
| 54 |
'1': neutral
|
| 55 |
'2': contradiction
|
| 56 |
-
- name:
|
| 57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
splits:
|
| 59 |
- name: train
|
| 60 |
num_bytes: 74619646
|
| 61 |
num_examples: 392702
|
| 62 |
-
- name:
|
| 63 |
num_bytes: 1833783
|
| 64 |
num_examples: 9815
|
| 65 |
-
- name:
|
| 66 |
num_bytes: 1949231
|
| 67 |
num_examples: 9832
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
- config_name: mnli_matched
|
| 77 |
features:
|
| 78 |
-
- name:
|
| 79 |
-
|
| 80 |
- name: hypothesis
|
| 81 |
dtype: string
|
| 82 |
- name: label
|
|
|
|
| 21 |
- sentiment-classification
|
| 22 |
- text-scoring
|
| 23 |
paperswithcode_id: glue
|
| 24 |
+
pretty_name: NEDTBench (Not Equidistant Timeseries Benchmark)
|
| 25 |
config_names:
|
| 26 |
+
- taxi_nyc_neighborhoods
|
| 27 |
- cola
|
| 28 |
- mnli
|
| 29 |
- mnli_matched
|
|
|
|
| 40 |
- coreference-nli
|
| 41 |
- paraphrase-identification
|
| 42 |
dataset_info:
|
| 43 |
+
- config_name: taxi_nyc_neighborhoods
|
| 44 |
features:
|
| 45 |
+
- name: type_event
|
| 46 |
+
sequence:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
class_label:
|
| 48 |
+
names: # TODO @Moritz Add mapping to neighborhoods
|
| 49 |
'0': entailment
|
| 50 |
'1': neutral
|
| 51 |
'2': contradiction
|
| 52 |
+
- name: time_since_last_event
|
| 53 |
+
sequence: float64
|
| 54 |
+
- name: time_since_start
|
| 55 |
+
sequence: float64
|
| 56 |
+
- name: seq_idx
|
| 57 |
+
dtype: int64
|
| 58 |
+
- name: dim_process
|
| 59 |
+
dtype: int64
|
| 60 |
splits:
|
| 61 |
- name: train
|
| 62 |
num_bytes: 74619646
|
| 63 |
num_examples: 392702
|
| 64 |
+
- name: test
|
| 65 |
num_bytes: 1833783
|
| 66 |
num_examples: 9815
|
| 67 |
+
- name: validation
|
| 68 |
num_bytes: 1949231
|
| 69 |
num_examples: 9832
|
| 70 |
+
- config_name: taxi_nyc_neighborhoods
|
| 71 |
+
features:
|
| 72 |
+
- name: stackoverflow
|
| 73 |
+
sequence:
|
| 74 |
+
class_label:
|
| 75 |
+
names: # TODO @Moritz Add mapping to neighborhoods
|
| 76 |
+
'0': entailment
|
| 77 |
+
'1': neutral
|
| 78 |
+
'2': contradiction
|
| 79 |
+
- name: time_since_last_event
|
| 80 |
+
sequence: float64
|
| 81 |
+
- name: time_since_start
|
| 82 |
+
sequence: float64
|
| 83 |
+
- name: seq_idx
|
| 84 |
+
dtype: int64
|
| 85 |
+
- name: dim_process
|
| 86 |
+
dtype: int64
|
| 87 |
+
splits:
|
| 88 |
+
- name: train
|
| 89 |
+
num_bytes: 74619646
|
| 90 |
+
num_examples: 392702
|
| 91 |
+
- name: test
|
| 92 |
+
num_bytes: 1833783
|
| 93 |
+
num_examples: 9815
|
| 94 |
+
- name: validation
|
| 95 |
+
num_bytes: 1949231
|
| 96 |
+
num_examples: 9832
|
| 97 |
+
|
| 98 |
- config_name: mnli_matched
|
| 99 |
features:
|
| 100 |
+
- name: type_event
|
| 101 |
+
sequence: string
|
| 102 |
- name: hypothesis
|
| 103 |
dtype: string
|
| 104 |
- name: label
|