This site contains data, reference results and links to code for Time Series Classification (TSC), Time Series Clustering (TSCL) and Time Series Extrinsic Regression (TSER)

The classification data form part of the UCR time series archive. Regression data are part of the TSER repository. We thank everyone else involved in donating to and maintaining these archives.

The scikit-learn compatible aeon toolkit contains the state of the art algorithms for time series classification. All of the datasets and results stored here are directly accessible in code using aeon.

Checkout our GitHub, join the aeon slack and follow aeon on twitter.

The Advanced Analytics and Learning on Temporal Data (AALTD) workshop ran for the eighth time on 18th Sept in Turin. The workshop is part of the ECML/PKDD converence and selected papers will be published in LNCS. See, for example, 2022 and 2021 versions.

The Human Activity Segmentation Challenge was part of ECML/PKDD and the AALTD workshop, more info here

Selected Recent TSC Papers

This website is an ongoing project to develop a comprehensive repository for research into time series classification. The domain is owned by Tony Bagnall and maintained by his research group to help promote reproducable research. Unfortunately, we never have enough time to do it justice. If you are interested in sponsoring this website so we can develop it further, please get in touch. If you use the results or code, please cite the latest bake off paper "Matthew Middlehurst, Patrick Schäfer and Anthony Bagnall, "Bake off redux: a review and experimental evaluation of recent time series classification algorithms" ArXiv (under review)

TSC/TSCL/TSER Code

There are two code repositories associated with this website. The Java based, weka compatible toolkit tsml and the python based, sklearn compatible aeon.

TSC/TSCL/TSER Results

We are in the process of refreshing and expanding the results sections, more information to follow.

Download the tsml classification accuracy results for the 112 UCR univariate TSC problems presented in the univariate bake off and the HC2 paper.

Download the tsml classification accuracy results for the 26 UEA multivariate TSC problems presented in the multivariate bake off and the HC2 paper.

Alternatively you can just download the results directly from the website in code. Tools for downloading, presenting and reproducing these results are in the following GitHub repo. This is a work in progress, we would welcome contributions.

TSC/TSCL Data

If you want to donate data, have any queries or problems with any of the datasets or want to give feedback on the website, please raise an issue on the associated Github repo.

The univariate TSC archive was relaunched in 2018 with 128 datasets.

Download all of the new 128 UCR Time Series Classification datasets

Weka formatted ARFF files (and .txt files) (about 500 MB).

aeon formatted ts files (about 250 MB).

more info The univariate TSC archive can be referenced with this paper.

The multivariate TSC archive was launched with 30 datasets in 2018.

Download all of the new 30 multivariate UEA Time Series Classification datasets

Weka formatted ARFF files (and .txt files) (about 2 GB).

aeon formatted ts files (about 1.5 GB).

more info. The archive can be referenced with this paper.

If you want to use PyTorch with the tsc.com data, there is a repo to help with formatting here. It links to a python package that downloads and prepares the TSC data sets as PyTorch tensors.The package is independent of anyone associated with this website, and we have not tested it, but its a great idea so we are happy to share, and will try using it soon.