tslearn
tslearn is a Python library designed for machine learning with time series. It provides a user-friendly interface for time series classification, clustering, and other related tasks. The library is built on top of popular machine learning libraries such as scikit-learn, and it extends their functionality to handle time series data.
One of the key features of tslearn is its support for dynamic time warping (DTW), a popular
tslearn also offers a range of time series classifiers, including k-Nearest Neighbors (k-NN) with DTW, Time Series
The library supports various time series representations, such as Piecewise Aggregate Approximation (PAA) and Symbolic Aggregate
tslearn is designed to be easy to use, with a simple and consistent API that is similar
The library is actively maintained and developed, with a growing community of users and contributors. It is