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

Handle invalid molecules #53

Merged
merged 47 commits into from
Oct 13, 2024
Merged

Handle invalid molecules #53

merged 47 commits into from
Oct 13, 2024

Conversation

EBjerrum
Copy link
Owner

An exciting update that brings in the capability to handle batches with invalid smiles or mols, which will make deployment and use of the models for inference easier as we don't need to precheck that smiles are sanitizable and mols are valid.

c-feldmann and others added 30 commits September 22, 2023 11:06
# Conflicts:
#	scikit_mol/conversions.py
#	scikit_mol/fingerprints.py
#	tests/fixtures.py
Handle invalid molecules. Draft, examine pytest errors and review.
…ound some of the tests with pandas output. Need more analysis
…work on the wrapper class?? but it works if set on e.g. a pca instance.
…switch the handle_errors settings recursively on a sklearn pipeline or similar.
…eed to test it extensively. pytests test proceed, but only because error handling is default switched off. Also need to update docstrings and cleanup the files
@EBjerrum EBjerrum merged commit af28645 into main Oct 13, 2024
16 of 18 checks passed
@EBjerrum EBjerrum deleted the handle_invalid_molecules branch October 13, 2024 15:36
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

Successfully merging this pull request may close these issues.

2 participants