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 Disclaimer for Time Units
Browse files
README.md
CHANGED
|
@@ -6535,6 +6535,9 @@ The corresponding labels for each event type can be read from metadata like this
|
|
| 6535 |
>>> [label for label in enumerate(meta_data.info.features["type_event"].feature.names)]
|
| 6536 |
```
|
| 6537 |
|
|
|
|
|
|
|
|
|
|
| 6538 |
### Data Splits
|
| 6539 |
|
| 6540 |
| | train|validation| test|
|
|
|
|
| 6535 |
>>> [label for label in enumerate(meta_data.info.features["type_event"].feature.names)]
|
| 6536 |
```
|
| 6537 |
|
| 6538 |
+
Note:
|
| 6539 |
+
The time unit of `time_since_last_event` for each dataset is 1 hour, except for Volcano (1_000_000 seconds), Taobao (10_000 seconds), Hawkes (undefined), Amazon (N/A), and Retweets (seconds)
|
| 6540 |
+
|
| 6541 |
### Data Splits
|
| 6542 |
|
| 6543 |
| | train|validation| test|
|