mass-ts icon indicating copy to clipboard operation
mass-ts copied to clipboard

MASS (Mueen's Algorithm for Similarity Search) - a python 2 and 3 compatible library used for searching time series sub-sequences under z-normalized Euclidean distance for similarity.

Results 10 mass-ts issues
Sort by recently updated
recently updated
newest added

## CVE-2021-34141 - High Severity Vulnerability Vulnerable Library - numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl NumPy is the fundamental package for array computing with Python. Library home page: https://files.pythonhosted.org/packages/3a/5f/47e578b3ae79e2624e205445ab77a1848acdaa2929a00eeef6b16eaaeb20/numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl Path to dependency file: mass-ts/requirements.txt Path...

security vulnerability

## CVE-2021-33430 - High Severity Vulnerability Vulnerable Library - numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl NumPy is the fundamental package for array computing with Python. Library home page: https://files.pythonhosted.org/packages/3a/5f/47e578b3ae79e2624e205445ab77a1848acdaa2929a00eeef6b16eaaeb20/numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl Path to dependency file: mass-ts/requirements.txt Path...

security vulnerability

Bumps [pip](https://github.com/pypa/pip) from 18.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

### Description I didn't do anything per se, I rather implemented this algorithm in Java and I have some useful tweaks. ### What I Observed The implemented algorithm uses the...

Speed up the code by implementing them in Cython.

Hacktoberfest

As apart of the README, add comparisons of the algorithms and give explanations of use cases for each. It should have timings, system information and details on the data set...

Hacktoberfest

Describe the importance of MASS, what it is used for and the impact it has made on time series analysis. Ideally this will be within the README and a good...

Here is a link to the Matlab implementation: https://www.cs.unm.edu/~mueen/MASS_weighted.m

feature
Hacktoberfest

* MASS version: 0.1.3 * Python version: 2.7 * Operating System: Ubuntu ### Description I was trying to compare two time series query=X and ts=XY, i.e. time series has identical...

Bumps [wheel](https://github.com/pypa/wheel) from 0.32.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies