Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 530 Bytes

SAND (unsupervised subsequence anomaly detection in data streams.)

Restricted Access!!

Citekey BoniolEtAl2021SAND
Source Code from Paul and Themis
Learning type unsupervised
Input dimensionality univariate

After receiving the original source code from the authors, place the directory matrix_profile and the file SAND.py into this folder.

Original Dependencies

  • numpy==1.18.5
  • matplotlib==3.2.2
  • tslearn==0.4.1
  • plotly==4.10.0
  • tqdm==4.47.0
  • pandas==1.0.5