Commit 0ede6e3
[MNT, ENH, DOC] Rework similarity search (#2473)
* WIP remake module structure
* Update _brute_force.py
* Update test__commons.py
* WIP mock and test
* Add test for base subsequence
* Fix subsequence_search tests
* debug brute force mp
* more debug of subsequence tests
* more debug of subsequence tests
* Add functional LSH neighbors
* add notebook for sim search tasks
* Updated series similarity search
* Fix mistake addition in transformers and fix base classes
* Fix registry and api reference
* Update documentation and fix some leftover bugs
* Update documentation and add default test params
* Fix identifiers and test data shape for all_estimators tests
* Fix missing params
* Fix n_jobs params and tags, add some docs
* Fix numba test bug and update testing data for sim search
* Fix imports, testing data tests, and impose predict/_predict interface to all sim search estimators
* Fix args
* Fix extract test
* update docs api and notebooks
* remove notes
* Patrick comments
* Adress comments and clean index code
* Fix Patrick comments
* Fix variable suppression mistake
* Divide base class into task specific
* Fix typo in imports
* Empty commit for CI
* Fix typo again
* Add check_inheritance exception for similarity search
* Revert back to non per type base classes
* Factor check index and typo in test
---------
Co-authored-by: Patrick Schäfer <[email protected]>
Co-authored-by: Matthew Middlehurst <[email protected]>
Co-authored-by: baraline <[email protected]>1 parent 21c2280 commit 0ede6e3
File tree
62 files changed
+3046
-4349
lines changed- aeon
- similarity_search
- collection
- motifs
- neighbors
- tests
- tests
- distance_profiles
- tests
- matrix_profiles
- tests
- series
- motifs
- tests
- neighbors
- tests
- tests
- tests
- testing
- estimator_checking
- mock_estimators
- tests
- utils
- utils
- base
- numba
- tags
- docs
- api_reference
- examples/similarity_search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+3046
-4349
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments