We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the only features used are
fingerprint = AllChem.GetMorganFingerprintAsBitVect(mol, 3)
This corresponds to ECFP 6.
There are a lot of other features we could be using. Expanding to include some descriptors could be a good start.
We don't want to bloat the features and thus the model too much, so things shouldn't be added unless they significantly improve accuracy.
The text was updated successfully, but these errors were encountered:
Probably want to resolve #7 first to make testing this faster.
Sorry, something went wrong.
No branches or pull requests
Right now the only features used are
This corresponds to ECFP 6.
There are a lot of other features we could be using. Expanding to include some descriptors could be a good start.
We don't want to bloat the features and thus the model too much, so things shouldn't be added unless they significantly improve accuracy.
The text was updated successfully, but these errors were encountered: