Arjun7m commited on
Commit
41fd906
1 Parent(s): 4f619d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -13,7 +13,15 @@ public time-series databases, from several diverse domains for pre-training and
13
 
14
  # Time Series PILE Description
15
 
16
- We compiled a large collection of publicly available datasets from diverse domains into the Time Series Pile. It has 13 unique domains of data, which includes 20.085 GB worth of 13M unique time series and 1.23 billion timestamps (including channels). The data has been collated from 4 task-specific, widely-used public repositories resulting in a large number of time series spanning diverse domains, and time series characteristics such as lengths, amplitudes, and temporal resolutions.
 
 
 
 
 
 
 
 
17
 
18
  For more details about the Time Series PILE, check out our paper [here](https://arxiv.org/abs/2402.03885).
19
 
 
13
 
14
  # Time Series PILE Description
15
 
16
+ We compiled a large collection of publicly available datasets from diverse domains into the Time Series Pile. It has 13 unique domains of data, which includes 20.085 GB worth of 13M unique time series and 1.23 billion timestamps (including channels). The data has been collated from more than 5 task-specific, widely-used public repositories resulting in a large number of time series spanning diverse domains, and time series characteristics such as lengths, amplitudes, and temporal resolutions. Some details about these public repositories are as follows:
17
+
18
+ - **Informer long-horizon forecasting datasets** ([Zhou et al., 2021](https://ojs.aaai.org/index.php/AAAI/article/view/17325)) is a collection of 9 datasets that are widely used to evaluate long-horizon forecasting performance: 2 hourly and minutely subsets of the [Electricity Transformer Temperature (ETT)](https://ojs.aaai.org/index.php/AAAI/article/view/17325), [Electricity](https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014), [Traffic](http://pems.dot.ca.gov/), [Weather](https://www.bgc-jena.mpg.de/wetter/), [Influenza-like Illness (ILI)](https://gis.cdc.gov/grasp/fluview/fluportaldashboard.html), and [Exchange-rate](https://arxiv.org/abs/1703.07015).
19
+
20
+ - **Monash time series forecasting archive** ([Godahewa et al., 2021)](https://openreview.net/forum?id=wEc1mgAjU-)) is a collection of 58 publicly available short-horizon forecasting datasets with a total of over 100K time series, spanning a variety of domains and temporal resolutions.
21
+
22
+ - **UCR/UEA classification archive** ([Dau et al., 2018](https://www.cs.ucr.edu/~eamonn/time_series_data_2018/)) comprises of 159 time series datasets which are frequently used to benchmark classification algorithms. These datasets belong to seven different categories (Image Outline, Sensor Readings, Motion Capture, Spectrographs, ECG, Electric Devices, and Simulated Data), and vary substantially in terms of the number of classes and the size of the training set.
23
+
24
+ - **TSB-UAD anomaly benchmark** ([Paparrizos et al., 2022b](https://www.vldb.org/pvldb/vol15/p1697-paparrizos.pdf)) is a recent collection of 1980 univariate time series with labeled anomalies from 18 anomaly detection datasets proposed over the past decade. This collection includes both synthetic and real-world time series originating from a wide range of sources such as the human body, spaceships, environment, and web serves.
25
 
26
  For more details about the Time Series PILE, check out our paper [here](https://arxiv.org/abs/2402.03885).
27