williamgilpin
commited on
Commit
•
db773a5
1
Parent(s):
33017c4
Add dataset description to README
Browse files
README.md
CHANGED
@@ -15,4 +15,25 @@ size_categories:
|
|
15 |
|
16 |
### Chaotic Time Series Dataset
|
17 |
|
18 |
-
Each time series is a drawn from one system over an extended duration, making this dataset suitable for long-horizon forecasting tasks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
### Chaotic Time Series Dataset
|
17 |
|
18 |
+
+ Each multivariate time series is a drawn from one chaotic dynamical system over an extended duration, making this dataset suitable for long-horizon forecasting tasks.
|
19 |
+
|
20 |
+
+ There are 4 million total multivariate observations, grouped into 135 systems and three granularities
|
21 |
+
|
22 |
+
+ The subdirectories `coarse`, `medium`, and `fine` each contain 135 `.csv` files, each of which contains a single multivariate time series of length 10,000
|
23 |
+
|
24 |
+
+ The number of channels varies depending on the specific dynamical system.
|
25 |
+
|
26 |
+
+ The time series are stationary due to the ergodic property of chaotic systems.
|
27 |
+
|
28 |
+
## Reference
|
29 |
+
|
30 |
+
For more information, or if using this code for published work, please cite the accompanying papers.
|
31 |
+
|
32 |
+
> William Gilpin. "Chaos as an interpretable benchmark for forecasting and data-driven modelling" Advances in Neural Information Processing Systems (NeurIPS) 2021 https://arxiv.org/abs/2110.05266
|
33 |
+
|
34 |
+
> William Gilpin. "Model scale versus domain knowledge in statistical forecasting of chaotic systems" Physical Review Research 2023 https://arxiv.org/abs/2303.08011
|
35 |
+
|
36 |
+
## Code
|
37 |
+
|
38 |
+
For executable code, or to simulate new trajectories, please see the [dysts repository on GitHub](https://github.com/williamgilpin/dysts)
|
39 |
+
|