Pyts: A Python Package for Time Series Classification

Abstract

pyts is an open-source Python package for time series classification. This versatile toolbox provides implementations of many algorithms published in the literature, preprocessing functionalities, and data set loading utilities. pyts relies on the standard scientific Python packages numpy, scipy, scikit-learn, joblib, and numba, and is distributed under the BSD-3-Clause license. Documentation contains installation instructions, a detailed user guide, a full API description, and concrete self-contained examples.

Cite

Text

Faouzi and Janati. "Pyts: A Python Package for Time Series Classification." Machine Learning Open Source Software, 2020.

Markdown

[Faouzi and Janati. "Pyts: A Python Package for Time Series Classification." Machine Learning Open Source Software, 2020.](https://mlanthology.org/mloss/2020/faouzi2020jmlr-pyts/)

BibTeX

@article{faouzi2020jmlr-pyts,
  title     = {{Pyts: A Python Package for Time Series Classification}},
  author    = {Faouzi, Johann and Janati, Hicham},
  journal   = {Machine Learning Open Source Software},
  year      = {2020},
  pages     = {1-6},
  volume    = {21},
  url       = {https://mlanthology.org/mloss/2020/faouzi2020jmlr-pyts/}
}