RDKit fingerprint to numpy array benchmarking #49
hadim
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
A numpy conversion has been merged into upstream rdkit. See rdkit/rdkit#3863 for details. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A quick benchmark about RDKit fingerprints conversion to numpy array:
In conclusion,
dm.fp_to_array
seems to be faster than the RDKit alternatives (at least on my machine) withExplicitBitVect
. I haven't run the benchmark for the other types of fingerprints.Beta Was this translation helpful? Give feedback.
All reactions