-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add rayon * add scipy for testing cosine * Init cosine() method to calc cosine similarity. Use rayon. * Add cosine() tests * jaccard tests * Jaccard Similarity Coefficient * Style fixes by Ruff * MRG: update tests for distance metrics to test symmetry, with a bit of paranoia thrown in (#48) * test symmetric * Style fixes by Ruff --------- Co-authored-by: ctb <[email protected]> --------- Co-authored-by: Adamtaranto <[email protected]> Co-authored-by: C. Titus Brown <[email protected]> Co-authored-by: ctb <[email protected]>
- Loading branch information
1 parent
7b49c89
commit c0ff7fe
Showing
5 changed files
with
384 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.