Skip to main content

A useful package for temporal clustering

Project description

A python package for temporal clustering.

Introduction

Overview

Temporal clustering is a popular unsupervised machine-learning task with applications to datasets including census, finance, and healthcare data that is used to group time series data into different groups according to common temporal trends.

In this tscluster open-source toolbox, we provide a range of methods for temporal clustering that include both traditional and novel methods for temporal clustering as we illustrate below:

alt

As shown above, existing methods of temporal clustering in literature fall under two categories:

  • Time Series Clustering (TSC) [Aghabozorgi et al, 2014]: On the above left is shown an example of TSC which involves grouping time series (as multidimensional vectors) based on similarity metrics (e.g. euclidean distance). While cluster centers change over time, the cluster labels for each entity remain constant. For example, one can identify similar groups of stocks by clustering them on their daily price data.
  • Sequence Labelling Analysis (SLA) [Delmelle et al, 2016]: On the above right is shown an example of SLA that assumes a constant (non-changing) cluster center, but which allows for the cluster labels of each entity to change over time unlike TSC. For example, SLA could be used to identify trends in gentrification as indicated by a census tract transitioning from a low income and high unemployment cluster label to a high income and low unemployment cluster label.

While tscluster supports both TSC and SLA in a common framework, it also provides novel combinations of these methods (e.g., allowing both dynamic cluster centers and cluster labels) as we outline next.

alt

In this table, we organize all clustering methods according to two choices:

  1. In the rows we can choose to have either static (unchanging) cluster centers or dynamic (changing) cluster centers over time.
  2. In the columns we can choose how labels are allowed to change over time: static (no label change), unbounded (unlimited label change), or bounded (an upper limit on the number of label changes allowed).

Perhaps one of the most important novel tools in tscluster is specifically the capability to perform Bounded Fully Dynamic clustering (middle bottom), which allows us to identify the (anomalous) entities that diverge most from existing dynamic trends. As an example use case for census analysis, we can identify census tracts that change due to external forces (e.g., significant rezoning).

Purpose and Benefits

With tscluster, you can:

  • Use opttscluster subpackage to cluster temporal data using any combination of static or fixed cluster labels and centers with optimality guarantees underscored by Mixed Linear Integer Programming.

  • Use opttscluster subpackage to find entities that are most likely to change cluster label assignment if a total number of n label changes are allowed.

Tscluster also encompassed the two existing approaches by proving the following classes available in its tskmeans subpackage:

  • TSKmeans class for TSC (built on top of tslearn).
  • TSGlobalKmeans class for SLA (built on top of sklearn).

Tscluster implemented some utility tools in the following subpackages to help in temporal clustering tasks.

  • preprocessing: This can be used to preprocess and load temporal data. Data can be loaded from either a directory, a file, a list of Pandas DataFrames, or a numpy array file (.npy).

alt

  • metric: contains useful temporal clustering evaluation metrics such as inertia and max_dist.
  • tsplot: Useful for seamlessly generating 2D time series plots and 3D waterfall plots of all features within temporal data and the cluster centers.

License

This software is distributed under the MIT License.

Installation

To install, run:

pip install tscluster

Or you can install the Pre-Release Version via git

pip install git+https://github.com/tscluster-project/tscluster.git

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tscluster-1.0.7.tar.gz (34.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tscluster-1.0.7-py3-none-any.whl (40.5 kB view details)

Uploaded Python 3

File details

Details for the file tscluster-1.0.7.tar.gz.

File metadata

  • Download URL: tscluster-1.0.7.tar.gz
  • Upload date:
  • Size: 34.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for tscluster-1.0.7.tar.gz
Algorithm Hash digest
SHA256 06e41864e085b24a1f6fba8435c97134eb2feff3e10703fd19277fd0bc490046
MD5 124a485cd93661b02870277c7749935c
BLAKE2b-256 39fa4b02615e27a15fa4cca00fb0dba9a7bd3511ae2af7bc04872e9fcd93cc30

See more details on using hashes here.

File details

Details for the file tscluster-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: tscluster-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 40.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for tscluster-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 742621bae44089fcf3ffb6ed8be6f6b51566bcb07692ae15d895cc3992ebdd62
MD5 21e5050d1f88f5c2a24fac0fee65d875
BLAKE2b-256 4e0e698130294d0219ffd4e39e1bb245e4d296dd5612d55bb97a4f1f51883d34

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page