Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- count
|
4 |
+
---
|
5 |
+
Part of MONSTER: <https://arxiv.org/abs/2502.15122>.
|
6 |
+
|
7 |
+
***Traffic*** consists of hourly traffic counts at various locations in the state of NSW, Australia [1]. The processed dataset contains 1,460,968 (univariate) time series, each of length 24. The task is to predict the day of the week based on the time series of counts. The dataset has been split into stratified random cross-validation folds.
|
8 |
+
|
9 |
+
[1] Transport for NSW. (2023). NSW road traffic volume counts hourly. https://opendata.transport.nsw.gov.au/dataset/nsw-roads-traffic-volume-counts-api, CC BY 4.0.
|