-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
estimators: add NearestNeighborsRetrieverTanimoto
- Add new class that performs k-nearest neighbor searches using Tanimoto similarity. The implementation uses sparse dot product making the algorithm 2-3x faster than RDKit's BulkTanimotoSimilarity - Add notebook illustrating NearestNeighborsRetrieverTanimoto for dataset similarity analysis, like train/test set comaparison.
- Loading branch information
1 parent
0b079fa
commit e9b1423
Showing
4 changed files
with
1,066 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
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.