Metadata-Version: 2.1
Name: tscluster
Version: 1.0.1
Summary: A useful package for temporal clustering
Home-page: UNKNOWN
Author: Jolomi Tosanwumi
Author-email: tjolomi@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy >=1.26
Requires-Dist: scipy >=1.10
Requires-Dist: gurobipy >=11.0
Requires-Dist: tslearn >=0.6.3
Requires-Dist: h5py >=3.10
Requires-Dist: pandas >=2.2
Requires-Dist: matplotlib >=3.8

Python package for temporal clustering. 

opttsclust is a subpackage for optimal temporal clustering. See this paper for the different schemes.

to install, run:

````pip install tscluster````

doc: https://tscluster.readthedocs.io/en/latest/index.html


