You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default parameter for MolToMorganFP is return_as=sparse which will return the fingerprints as scipy.sparse.csr_martix. Other options would be dense or explicit_bit_vect, which will return a numpy array or a list of rdkit ExplicitBitVect, respectively.
Hi this looks really useful and very easy to use. I am sure this should be obvious but the notebook ends with:
Instead of training a machine learning model, we can also compose the elements to make a pipeline that computes the molecular fingerprint matrix.
this is exactly want I want to do, do you mind give an example of how do output this to file ?
Many thanks,
Nick
The text was updated successfully, but these errors were encountered: