Skip to content

Add Time Series Snippets #283

Closed
Closed
@seanlaw

Description

@seanlaw

Perhaps the most basic query made by a data analyst confronting a new data source is “Show me some representative/typical data.” Answering this question is trivial in many domains, but surprisingly, it is very difficult in large time series datasets. The major difficulty is not time or space complexity, but defining what it means to be representative data in this domain. In this work, we show that the obvious candidate definitions: motifs, shapelets, cluster centers, random samples etc., are all poor choices. Thus motivated, we introduce time series snippets, a novel representation of typical time series subsequences. Beyond their utility for visualizing and summarizing massive time series collections, we show that time series snippets have utility for high-level comparison of large time series collections.

The original published paper is here

The supporting website is here

Snippets require MPdist_vect which has now been implemented in stumpy.mpdist._mpdist_vect and stumpy.aampdist._aampdist_vect

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions