Skip to content
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

differce between reinvent-memory and the latest Reinvent 3.0? #1

Open
xuzhang5788 opened this issue Sep 2, 2021 · 2 comments
Open

Comments

@xuzhang5788
Copy link

Thank you for your great repo.
Could you please tell me the difference between your library and Reinvent3.0? Which one is better? Many thanks!

@tblaschke
Copy link
Owner

tblaschke commented Oct 3, 2021

This repo contains the prototype implementation for the "Diversity Filter" in Reinvent (and the analysis code to check if they actually work used in the publication).
Reinvent3.0 is the actively maintained "production" code basis, and should contain fewer bugs as actual python tests are implemented. If you "just" want to use Reinvent, you might find it easier to use Reinvent3.0, including the community notebooks.
If you want to extend the Reinvent method, e.g., with your complete custom scoring function, you might find it easier to use this repo, as everything that you need to run and potentially extend is in one single repo. Reinvent3.0 split off the scoring functions and chemistry-related functions into separate packages currently only available on PyPi and not on Github.

@xuzhang5788
Copy link
Author

Thank you for your reply. I don't fully understand what you said "Reinvent3.0 split off the scoring functions and chemistry-related functions into separate packages currently only available on PyPi and not on Github". How about this repo https://github.com/MolecularAI/Reinvent? many thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants