SkillAgentSearch skills...

ExtendedMD

Implementation of the Extended Motif Discovery algorthim for motif discovery in time-series

Install / Use

/learn @misilva73/ExtendedMD
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Extended Motif Discovery algorithm

This repository contains a python implementation of the Extended Motif Discovery (EMD) algorithm [1] for motif discovery in time-series.

Prerequisites

dtaidistance==1.1.4
matplotlib>=3.0.2
numpy>=1.15
pandas>=0.23
saxpy==1.0.1.dev167
scipy>=1.2
seaborn>=0.9

Installing

This packages is available on PyPI and thus can be directly installed with pip:

pip install extendedMD

Alternatively, this package can installed from source by cloning this repository and installing it manually with the command:

python setup.py install

Usage

References

[1] Y. Tanaka, K. Iwamoto, K. Uehara, Discovery of Time-Series Motif from Multi-Dimensional Data Based on MDL Principle, Machine Learning (2005) 269–300.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks4

Languages

Python

Security Score

70/100

Audited on Jan 16, 2025

No findings