Tyler Marrs

Results 26 issues of Tyler Marrs

I'm not sure if you are willing to pay for TravisCI, but it will cost you about $69 USD per month once your 10K free credits are used. Additionally, OSX...

Add implementation for MPDist. It should be fairly easy with all of the SCRIMP++ code that was implemented. https://sites.google.com/site/mpdistinfo/

enhancement
Hacktoberfest

The SCRIMP++ module is a little difficult to follow. It should be refactored once we establish some code style guidelines. #26

There seems to be a lot of inconsistency in coding style. For example, the time series variable is as tsA instead of snake cased as ts_a. Python conventions are not...

Would you be willing to restructure this module so that all algorithms have their own modules? I feel that many of these algorithms make adjustments to the core algorithm "MASS"...

Right now STOMP requires that tsA and tsB be the same length. It does not support a query of smaller sizes. For example: ![image](https://user-images.githubusercontent.com/18449075/57825168-58fdb380-7763-11e9-8bc6-830b12ca7ecc.png)

Currently, the implementation of SCRIMP++ only supports self-similarity search. It would be ideal to support sub-query searching.

I am interested in your module, however I noticed that it doesn't support Pandas dataframes out of the box. Would you mind explaining the reasoning behind this? Also - I...

The stomp algorithm skips the nan/inf values when computing the matrix profile, however, mpx does not. We should handle missing values similar to stomp. For details, refer to this PR....

feature
help wanted

While building for Python 3.5, the following deprecation warning appears. We should eventually remove support for Python 3.5. ``` DEPRECATION: Python 3.5 reached the end of its life on September...

DevOps