Datasets:

ArXiv:
License:
angus924 commited on
Commit
8cb66d2
·
verified ·
1 Parent(s): 878e941

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,9 +1,27 @@
1
  ---
2
  tags:
 
 
 
3
  - count
 
 
 
 
4
  ---
5
  Part of MONSTER: <https://arxiv.org/abs/2502.15122>.
6
 
 
 
 
 
 
 
 
 
 
 
 
7
  ***Pedestrian*** represents hourly pedestrian counts at 82 locations in Melbourne, Australia between 2009 and 2022 [1]. The processed dataset consists of 189,621 (univariate) time series, each of length 24. The task is to identify location based on the time series of counts. The dataset has been split into stratified random cross-validation folds.
8
 
9
  [1] City of Melbourne. (2022). Pedestrian counting system. <https://data.melbourne.vic.gov.au/explore/dataset/pedestrian-counting-system-monthly-counts-per-hour/information/>. CC BY 4.0.
 
1
  ---
2
  tags:
3
+ - time series
4
+ - time series classification
5
+ - monster
6
  - count
7
+ license: cc-by-4.0
8
+ pretty_name: Pedestrian
9
+ size_categories:
10
+ - 100K<n<1M
11
  ---
12
  Part of MONSTER: <https://arxiv.org/abs/2502.15122>.
13
 
14
+ |Pedestrian||
15
+ |-|-:|
16
+ |Category|Count|
17
+ |Num. Examples|189,621|
18
+ |Num. Channels|1|
19
+ |Length|24|
20
+ |Sampling Freq.|hourly|
21
+ |Num. Classes|82|
22
+ |License|[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)|
23
+ |Citations|[1]|
24
+
25
  ***Pedestrian*** represents hourly pedestrian counts at 82 locations in Melbourne, Australia between 2009 and 2022 [1]. The processed dataset consists of 189,621 (univariate) time series, each of length 24. The task is to identify location based on the time series of counts. The dataset has been split into stratified random cross-validation folds.
26
 
27
  [1] City of Melbourne. (2022). Pedestrian counting system. <https://data.melbourne.vic.gov.au/explore/dataset/pedestrian-counting-system-monthly-counts-per-hour/information/>. CC BY 4.0.