Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Irregular Time Series Datasets
|
| 6 |
+
|
| 7 |
+
This repository contains processed files of irregular time series datasets.
|
| 8 |
+
|
| 9 |
+
Original files come from:
|
| 10 |
+
|
| 11 |
+
- [Raindrop](https://openreview.net/forum?id=Kwm8I7dU-l5)
|
| 12 |
+
|
| 13 |
+
```
|
| 14 |
+
@inproceedings{zhang2021graph,
|
| 15 |
+
Title = {Graph-Guided Network For Irregularly Sampled Multivariate Time Series},
|
| 16 |
+
author = {Zhang, Xiang and Zeman, Marko and Tsiligkaridis, Theodoros and Zitnik, Marinka},
|
| 17 |
+
booktitle = {International Conference on Learning Representations, ICLR},
|
| 18 |
+
year = {2022}
|
| 19 |
+
}
|
| 20 |
+
```
|
| 21 |
+
|
| 22 |
+
which provides processed datasets:
|
| 23 |
+
|
| 24 |
+
- P19 (PhysioNet Sepsis Early Prediction Challenge 2019): https://doi.org/10.6084/m9.figshare.19514338.v1
|
| 25 |
+
- P12 (PhysioNet Mortality Prediction Challenge 2012): https://doi.org/10.6084/m9.figshare.19514341.v1
|
| 26 |
+
- PAM (PAMAP2 Physical Activity Monitoring): https://doi.org/10.6084/m9.figshare.19514347.v1
|
| 27 |
+
|