Photo by Shubham Dhage on Unsplash

TSBench Dataset for Machine Learning

Install DagsHub:

pip install dagshub
Click on copy button to copy content

To stream this data directly on DagsHub

from dagshub.streaming import DagsHubFilesystem

fs = DagsHubFilesystem(".", repo_url="https://dagshub.com/DagsHub-Datasets/tsbench-dataset")

fs.listdir("s3://odp-tsbench")
Click on copy button to copy content

Description

TSBench comprises thousands of benchmark evaluations for time series forecasting methods. It provides various metrics (i.e. measures of accuracy, latency, number of model parameters, …) of 13 time series forecasting methods across 44 heterogeneous datasets. Time series forecasting methods include both classical and deep learning methods while several hyperparameters settings are evaluated for the deep learning methods. In addition to the tabular data providing the metrics, TSBench includes the probabilistic forecasts of all evaluated methods for all 44 datasets. While the tabular data is small (about 10 MiB), the forecasts amount to almost 600 GiB of data.

Additional information

Update frequency

Not expected to be updated

License

Related datasets

Mars Spectrometry: Detect Evidence for Past Habitability

AI2 Meaningful Citations Data Set

AI2 Reasoning Challenge (ARC) 2018

Aristo Mini Corpus

Launch your ML development to new heights with DagsHub

Back to top