stumpy icon indicating copy to clipboard operation
stumpy copied to clipboard

add 3.3 notebook top ten paper

Open ken-maeda opened this issue 3 years ago • 4 comments

Pull Request Checklist

From https://github.com/TDAmeritrade/stumpy/issues/85, I add Discovering motifs under uniform scaling tutorial from 3.3 of The Matrix Profile Top Ten paper. Add docs/Tutorial_Top_Ten_3.ipynb

  • [x] Fork, clone, and checkout the newest version of the code
  • [x] Create a new branch
  • [x] Make necessary code changes
  • [ ] Install black (i.e., python -m pip install black or conda install -c conda-forge black)
  • [ ] Install flake8 (i.e., python -m pip install flake8 or conda install -c conda-forge flake8)
  • [ ] Install pytest-cov (i.e., python -m pip install pytest-cov or conda install -c conda-forge pytest-cov)
  • [ ] Run black . in the root stumpy directory
  • [ ] Run flake8 . in the root stumpy directory
  • [ ] Run ./setup.sh && ./test.sh in the root stumpy directory
  • [ ] Reference a Github issue (and create one if one doesn't already exist)

ken-maeda avatar Sep 15 '22 13:09 ken-maeda

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Codecov Report

Base: 99.89% // Head: 99.89% // No change to project coverage :thumbsup:

Coverage data is based on head (419366e) compared to base (cd9c3ff). Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #676   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          80       80           
  Lines       11453    11453           
=======================================
  Hits        11441    11441           
  Misses         12       12           
Impacted Files Coverage Δ
stumpy/core.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Sep 15 '22 13:09 codecov-commenter

@ken-maeda This looks a lot better already! @NimaSarajpoor would you like to review as well?

seanlaw avatar Sep 18 '22 17:09 seanlaw

@NimaSarajpoor would you like to review as well?

Yes, I will review it soon :)

NimaSarajpoor avatar Sep 19 '22 01:09 NimaSarajpoor