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
|
@@ -30,6 +30,7 @@ config_names:
|
|
| 30 |
- synthea
|
| 31 |
- spiketrains
|
| 32 |
- crypto_transactions
|
|
|
|
| 33 |
- amazon_easytpp
|
| 34 |
- earthquake_easytpp
|
| 35 |
- retweet_easytpp
|
|
@@ -5646,6 +5647,45 @@ dataset_info:
|
|
| 5646 |
- name: validation
|
| 5647 |
num_bytes: 39796795
|
| 5648 |
num_examples: 176066
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5649 |
- config_name: amazon_easytpp
|
| 5650 |
features:
|
| 5651 |
- name: datetime
|
|
@@ -5925,6 +5965,14 @@ configs:
|
|
| 5925 |
path: crypto_transactions/validation*
|
| 5926 |
- split: test
|
| 5927 |
path: crypto_transactions/test*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5928 |
- config_name: amazon_easytpp
|
| 5929 |
data_files:
|
| 5930 |
- split: train
|
|
|
|
| 30 |
- synthea
|
| 31 |
- spiketrains
|
| 32 |
- crypto_transactions
|
| 33 |
+
- human_activity
|
| 34 |
- amazon_easytpp
|
| 35 |
- earthquake_easytpp
|
| 36 |
- retweet_easytpp
|
|
|
|
| 5647 |
- name: validation
|
| 5648 |
num_bytes: 39796795
|
| 5649 |
num_examples: 176066
|
| 5650 |
+
- config_name: human_activity
|
| 5651 |
+
features:
|
| 5652 |
+
- name: datetime
|
| 5653 |
+
sequence: timestamp[ns]
|
| 5654 |
+
- name: type_event
|
| 5655 |
+
sequence:
|
| 5656 |
+
class_label:
|
| 5657 |
+
names:
|
| 5658 |
+
'0': Meal_Preparation
|
| 5659 |
+
'1': Leave_Home
|
| 5660 |
+
'2': Enter_Home
|
| 5661 |
+
'3': Work
|
| 5662 |
+
'4': Respirate
|
| 5663 |
+
'5': Relax
|
| 5664 |
+
'6': Sleeping
|
| 5665 |
+
'7': Housekeeping
|
| 5666 |
+
'8': Eating
|
| 5667 |
+
'9': Bed_to_Toilet
|
| 5668 |
+
'10': Wash_Dishes
|
| 5669 |
+
- name: time_since_last_event
|
| 5670 |
+
sequence: float64
|
| 5671 |
+
- name: time_since_start
|
| 5672 |
+
sequence: float64
|
| 5673 |
+
- name: seq_idx
|
| 5674 |
+
dtype: int64
|
| 5675 |
+
- name: dim_process
|
| 5676 |
+
dtype: int64
|
| 5677 |
+
- name: seq_len
|
| 5678 |
+
dtype: int64
|
| 5679 |
+
splits:
|
| 5680 |
+
- name: train
|
| 5681 |
+
num_bytes: 157517
|
| 5682 |
+
num_examples: 175
|
| 5683 |
+
- name: test
|
| 5684 |
+
num_bytes: 22378
|
| 5685 |
+
num_examples: 22
|
| 5686 |
+
- name: validation
|
| 5687 |
+
num_bytes: 23298
|
| 5688 |
+
num_examples: 22
|
| 5689 |
- config_name: amazon_easytpp
|
| 5690 |
features:
|
| 5691 |
- name: datetime
|
|
|
|
| 5965 |
path: crypto_transactions/validation*
|
| 5966 |
- split: test
|
| 5967 |
path: crypto_transactions/test*
|
| 5968 |
+
- config_name: human_activity
|
| 5969 |
+
data_files:
|
| 5970 |
+
- split: train
|
| 5971 |
+
path: human_activity/train*
|
| 5972 |
+
- split: validation
|
| 5973 |
+
path: human_activity/validation*
|
| 5974 |
+
- split: test
|
| 5975 |
+
path: human_activity/test*
|
| 5976 |
- config_name: amazon_easytpp
|
| 5977 |
data_files:
|
| 5978 |
- split: train
|