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:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,7 @@ config_names:
|
|
| 31 |
- spiketrains
|
| 32 |
- crypto_transactions
|
| 33 |
- human_activity
|
|
|
|
| 34 |
- amazon_easytpp
|
| 35 |
- earthquake_easytpp
|
| 36 |
- retweet_easytpp
|
|
@@ -5686,6 +5687,37 @@ dataset_info:
|
|
| 5686 |
- name: validation
|
| 5687 |
num_bytes: 23298
|
| 5688 |
num_examples: 22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5689 |
- config_name: amazon_easytpp
|
| 5690 |
features:
|
| 5691 |
- name: datetime
|
|
@@ -5973,6 +6005,14 @@ configs:
|
|
| 5973 |
path: human_activity/validation*
|
| 5974 |
- split: test
|
| 5975 |
path: human_activity/test*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5976 |
- config_name: amazon_easytpp
|
| 5977 |
data_files:
|
| 5978 |
- split: train
|
|
|
|
| 31 |
- spiketrains
|
| 32 |
- crypto_transactions
|
| 33 |
- human_activity
|
| 34 |
+
- '911'
|
| 35 |
- amazon_easytpp
|
| 36 |
- earthquake_easytpp
|
| 37 |
- retweet_easytpp
|
|
|
|
| 5687 |
- name: validation
|
| 5688 |
num_bytes: 23298
|
| 5689 |
num_examples: 22
|
| 5690 |
+
- config_name: 911
|
| 5691 |
+
features:
|
| 5692 |
+
- name: datetime
|
| 5693 |
+
sequence: timestamp[ns]
|
| 5694 |
+
- name: type_event
|
| 5695 |
+
sequence:
|
| 5696 |
+
class_label:
|
| 5697 |
+
names:
|
| 5698 |
+
'0': EMS
|
| 5699 |
+
'1': Fire
|
| 5700 |
+
'2': Traffic
|
| 5701 |
+
- name: time_since_last_event
|
| 5702 |
+
sequence: float64
|
| 5703 |
+
- name: time_since_start
|
| 5704 |
+
sequence: float64
|
| 5705 |
+
- name: seq_idx
|
| 5706 |
+
dtype: int64
|
| 5707 |
+
- name: dim_process
|
| 5708 |
+
dtype: int64
|
| 5709 |
+
- name: seq_len
|
| 5710 |
+
dtype: int64
|
| 5711 |
+
splits:
|
| 5712 |
+
- name: train
|
| 5713 |
+
num_bytes: 6405743
|
| 5714 |
+
num_examples: 1355
|
| 5715 |
+
- name: test
|
| 5716 |
+
num_bytes: 915102
|
| 5717 |
+
num_examples: 170
|
| 5718 |
+
- name: validation
|
| 5719 |
+
num_bytes: 1098471
|
| 5720 |
+
num_examples: 169
|
| 5721 |
- config_name: amazon_easytpp
|
| 5722 |
features:
|
| 5723 |
- name: datetime
|
|
|
|
| 6005 |
path: human_activity/validation*
|
| 6006 |
- split: test
|
| 6007 |
path: human_activity/test*
|
| 6008 |
+
- config_name: '911'
|
| 6009 |
+
data_files:
|
| 6010 |
+
- split: train
|
| 6011 |
+
path: 911/train*
|
| 6012 |
+
- split: validation
|
| 6013 |
+
path: 911/validation*
|
| 6014 |
+
- split: test
|
| 6015 |
+
path: 911/test*
|
| 6016 |
- config_name: amazon_easytpp
|
| 6017 |
data_files:
|
| 6018 |
- split: train
|