stumpy icon indicating copy to clipboard operation
stumpy copied to clipboard

Motif-Only Matrix Profile (MOMP)

Open seanlaw opened this issue 1 year ago • 3 comments
trafficstars

Keogh's publicly announced his final matrix profile paper

PhD Dissertation

This might be interesting to explore and reproduce

seanlaw avatar Sep 24 '24 11:09 seanlaw

Hey @seanlaw hope you're having a wonderful day!

Finally getting some time to look into this, couple clarifying questions here!

  • Should the final output be a .ipynb notebook?
  • If so, are there any previous ones I can mirror?

joehiggi1758 avatar Oct 07 '24 19:10 joehiggi1758

Yes, a .ipynb is the final output to be created and reviewed but not necessarily saved into the repo

seanlaw avatar Oct 07 '24 23:10 seanlaw

@joehiggi1758

are there any previous ones I can mirror?

Examples:

For the sake of consistency, try to follow the naming conventions in STUMPY. For instance, if possible, use T (or T_A) for a time series, and m for the window size (Maybe also take a look at the docstring of the function stump in stumpy/stump.py). In addition, try to push changes in small chunks. This can help others to follow your work/changes better, and provide better feedback.

NimaSarajpoor avatar Oct 08 '24 01:10 NimaSarajpoor