Skip to content

Commit b76e852

Browse files
authored
Fixed #573 Add binder link to annotation vector tutorial (#575)
* Made excl_zone optional in _multi_distance_profile funcs * Added Binder link to annotation vector tutorial
1 parent 7e4b945 commit b76e852

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/Tutorial_Annotation_Vectors.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"source": [
88
"# Guided Motif Search With Annotation Vectors\n",
99
"\n",
10+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/TDAmeritrade/stumpy/main?filepath=notebooks/Tutorial_Annotation_Vectors.ipynb)\n",
11+
"\n",
1012
"This tutorial summarizes the findings of the [Matrix Profile V](https://www.cs.ucr.edu/~eamonn/guided-motif-KDD17-new-format-10-pages-v005.pdf) paper and replicates some of the presented case studies.\n",
1113
"\n",
1214
"Time series motifs, as described in the [STUMPY Basics](https://stumpy.readthedocs.io/en/latest/Tutorial_STUMPY_Basics.html) tutorial, are approximately repeated subsequences within a time series. While the concept of motif discovery is crucial to many fields, the process of motif discovery isn't usually as clean in the real world as we would like it to be and, in most practical uses of motif discovery, we find some motifs to be more desirable than others. For instance, consider the [Amazon Customer Reviews Dataset](https://www.kaggle.com/bittlingmayer/amazonreviews), which contains several million customer reviews from Amazon's website. If we were to combine all of the textual reviews to reveal the most used words on the platform, unsurprisingly, we would find the word \"Amazon\" to be around the top of the list, probably following a few other more commonly used words such as \"the\", \"and\", and \"is\". While this result is obvious, it is certainly not useful. In order to produce more insightful results, we would need to filter the results to exclude less desirable or \"[stop words](https://en.wikipedia.org/wiki/Stop_word)\" and make way for the more desirable ones.\n",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../docs/Tutorial_Annotation_Vectors.ipynb

0 commit comments

Comments
 (0)