-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing Neural Fingerprint from Duvenaud et al. #7919
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7919 +/- ##
==========================================
- Coverage 90.31% 89.62% -0.69%
==========================================
Files 462 463 +1
Lines 27023 27043 +20
==========================================
- Hits 24405 24237 -168
- Misses 2618 2806 +188
... and 32 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
for more information, see https://pre-commit.ci
@wsad1 I request you to please review the PR. |
@wsad1 @EdisonLeeeee I request you to please review the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harshit5674 Thank you for working on this! I will have another look tomorrow :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work. Left some comments :)
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Implemented the Neural Fingerprint Model as suggested in the paper "[Convolutional Networks on Graphs for Learning Molecular Fingerprints](https://arxiv.org/pdf/1509.09292.pdf)" and suggested in the issue #6077. Unit test has been added and all tests are passing. --------- Co-authored-by: Harshit Verma <harshit@Harshits-MacBook-Air.local> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jintang Li <cnljt@outlook.com> Co-authored-by: rusty1s <matthias.fey@tu-dortmund.de>
Implemented the Neural Fingerprint Model as suggested in the paper "Convolutional Networks on Graphs for Learning Molecular Fingerprints" and suggested in the issue #6077.
Unit test has been added and all tests are passing.