Skip to content

jscheithe/tslearn_addons

 
 

Repository files navigation

tslearn_addons is a Python package that provides additional methods to be used with tslearn.

Dependencies

Cython
numpy
scipy
scikit-learn
tslearn

Installation

Using latest github-hosted version

If you want to get tslearn_addons's latest version, you can git clone the repository hosted at github:

git clone https://github.com/rtavenar/tslearn_addons.git

Then, you should run the following command for Cython code to compile:

python setup.py build_ext --inplace

Also, for the whole package to run properly, its base directory should be appended to your Python path.

About

Additional methods for tslearn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%