-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new query similarity counter feature (#798)
* Added new query similarity counter feature * Removed trailing whitespace * Fixed code style formatting * Fixed closing bracket indentation * Fixed line continuation and remove whitespace * Fixed indentation and removed brackets * Added non-normalied Euclidean distance option * Removed trailing whitespace * Removed whitespace in blank line * Added additional test * Fixed unit test * Changes based on first review * Fixed merge-conflict failure Co-authored-by: Nils Braun <nilslennartbraun@gmail.com>
- Loading branch information
1 parent
04b473f
commit 1559aef
Showing
4 changed files
with
76 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ tqdm>=4.10.0 | |
dask[dataframe]>=2.9.0 | ||
distributed>=2.11.0 | ||
matrixprofile>=1.1.10<2.0.0 | ||
stumpy>=1.7.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters