alexminnaar / time-series-classification-and-clustering

Time series classification and clustering code written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Series Classification and Clustering

The work of Dr. Eamonn Keogh at University of California Riverside has shown that a good way to classify time series is with a k-NN algorithm using a dynamic time warping similarity measure.

This repo is meant to implement this time series classification method in Python. The same techniques are also extended to clustering time series.

I have also written a tutorial on this subject.

About

Time series classification and clustering code written in Python.


Languages

Language:Jupyter Notebook 87.9%Language:Python 12.1%