Skip to main content

A python package for time series classification

Project description

Build Status Documentation Status Codecov PyPI - Python Version PyPI version Language grade: Python DOI

pyts: a Python package for time series classification

pyts is a Python package for time series classification. It aims to make time series classification easily accessible by providing preprocessing and utility tools, and implementations of state-of-the-art algorithms. Most of these algorithms transform time series, thus pyts provides several tools to perform these transformations.

Installation

Dependencies

pyts requires:

  • Python (>= 3.5)
  • NumPy (>= 1.15.4)
  • SciPy (>= 1.3.0)
  • Scikit-Learn (>=0.20.4)
  • Joblib (>=0.12)
  • Numba (>=0.45.1)

To run the examples Matplotlib (>=2.0.0) is required.

User installation

If you already have a working installation of numpy, scipy, scikit-learn, joblib and numba, you can easily install pyts using pip

pip install pyts

or conda via the conda-forge channel

conda install -c conda-forge pyts

You can also get the latest version of pyts by cloning the repository

git clone https://github.com/johannfaouzi/pyts.git
cd pyts
pip install .

Testing

After installation, you can launch the test suite from outside the source directory using pytest:

pytest pyts

Changelog

See the changelog for a history of notable changes to pyts.

Development

The development of this package is in line with the one of the scikit-learn community. Therefore, you can refer to their Development Guide. A slight difference is the use of Numba instead of Cython for optimization.

Documentation

The section below gives some information about the implemented algorithms in pyts. For more information, please have a look at the HTML documentation available via ReadTheDocs.

Implemented features

pyts consists of the following modules:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyts-0.10.0.tar.gz (2.4 MB view details)

Uploaded Source

Built Distribution

pyts-0.10.0-py3-none-any.whl (2.5 MB view details)

Uploaded Python 3

File details

Details for the file pyts-0.10.0.tar.gz.

File metadata

  • Download URL: pyts-0.10.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3

File hashes

Hashes for pyts-0.10.0.tar.gz
Algorithm Hash digest
SHA256 f08c7a82c705d43a21a1725e29ba16728caa5db68ed8471adfa22fba395850e4
MD5 56def648bb9562a734e867a06bdaf625
BLAKE2b-256 5c6d694b0ab1fd0f2219bfbcd50f8fd14e8a6669db4b6e0cd29fca1b3b169516

See more details on using hashes here.

File details

Details for the file pyts-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: pyts-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3

File hashes

Hashes for pyts-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 30932232b4166d3e831ffa9df340bb1332ba095fbfd37c3c3674aba7f6662058
MD5 4e544bfd637a22556ed9074b35ba0008
BLAKE2b-256 41b138eeaf8a1f516c7c32f10739d543ee932683d81fccf64eb269a221fe546d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page