lemonWS commited on
Commit
7fb251e
·
verified ·
1 Parent(s): 2caf8a2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +100 -0
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: PanelTS
4
+ tags:
5
+ - time-series
6
+ - forecasting
7
+ - panel-data
8
+ - benchmark
9
+ - tabular
10
+ - timeseries
11
+ - synthetic-data
12
+ - mlcroissant
13
+ - pandas
14
+ task_categories:
15
+ - time-series-forecasting
16
+ ---
17
+
18
+ # PanelTS: A Panel-based Time Series Forecasting Dataset
19
+
20
+ ## Dataset Description
21
+
22
+ PanelTS is a panel-based time series forecasting dataset designed for evaluating forecasting models on multiple related units observed over time. Each unit has its own target variable and associated covariates, while unit identities are explicitly preserved.
23
+
24
+ The dataset is designed to support univariate, multivariate, and panel-based forecasting tasks under a unified data format.
25
+
26
+ ## Dataset Domains
27
+
28
+ PanelTS includes multiple domains:
29
+
30
+ - Synthetic panel time series with controllable temporal patterns
31
+ - COVID-19 dynamics
32
+ - Exchange-traded funds
33
+ - Currency exchange rates
34
+ - Stock market time series
35
+
36
+
37
+ ## Dataset Splits
38
+
39
+ The dataset provides standardized train, validation, and test splits for evaluating forecasting models under different settings.
40
+
41
+ The splits are designed to support comparisons across:
42
+
43
+ - Different input lengths
44
+ - Different prediction horizons
45
+ - Different temporal granularities
46
+ - Different panel structures
47
+
48
+ ## Intended Use
49
+
50
+ PanelTS is intended for academic research on:
51
+
52
+ - Panel-based time series forecasting
53
+ - Multi-unit forecasting
54
+ - Multi-system prediction
55
+ - Forecasting benchmark evaluation
56
+ - Cross-unit temporal dependency modeling
57
+ - Synthetic pattern analysis
58
+
59
+ The dataset can be used to evaluate both traditional forecasting models and deep learning-based time series models.
60
+
61
+ ## Out-of-Scope Use
62
+
63
+ This dataset is not intended for direct use in high-stakes decision-making, including:
64
+
65
+ - Medical diagnosis
66
+ - Public health policy decisions
67
+ - Financial investment decisions
68
+ - Trading strategies
69
+ - Credit or insurance decisions
70
+ - Any automated decision system affecting individuals
71
+
72
+ Models trained or evaluated on this dataset should be further validated before being used in real-world applications.
73
+
74
+
75
+ ## Potential Biases
76
+
77
+ Potential biases include:
78
+
79
+ - Selection bias in the choice of domains, units, and time periods
80
+ - Reporting bias in public health data
81
+ - Survivorship and availability bias in financial market data
82
+ - Design bias in synthetic data generation
83
+ - Differences in temporal coverage and data quality across domains
84
+
85
+ These biases may affect model performance comparisons and generalization to unseen domains.
86
+
87
+ ## Personal and Sensitive Information
88
+
89
+ The dataset does not contain individual-level personal information.
90
+
91
+ The real-world subsets are based on aggregated public time series or market-level data. No personally identifiable information, demographic attributes, private health records, or individual-level sensitive information is included.
92
+
93
+ ## Synthetic Data
94
+
95
+ PanelTS includes synthetic panel time series generated to evaluate controlled temporal patterns and panel structures. The generation process and parameters are described in the accompanying documentation.
96
+
97
+ ## License
98
+
99
+ This dataset is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0), unless otherwise stated for specific source-derived subsets.
100
+