55

GitHub - johannfaouzi/pyts: A Python package for time series transformation and...

 5 years ago
source link: https://github.com/johannfaouzi/pyts
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

README.md

Build Status Build Status Build Status Documentation Status Codecov PyPI - Python Version PyPI version DOI

pyts: a Python package for time series transformation and classification

pyts is a Python package for time series transformation and 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.1.0)
  • Scikit-Learn (>=0.20.1)
  • Numba (>=0.41.0)

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

User installation

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

pip install 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:


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK