tslearn_addons is a Python package that provides additional methods to be used with tslearn.
Cython
numpy
scipy
scikit-learn
tslearn
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.gitThen, you should run the following command for Cython code to compile:
python setup.py build_ext --inplaceAlso, for the whole package to run properly, its base directory should be appended to your Python path.