From what I understand you set isomericSmiles = False in your preprocessing (filter_and_canonicalize function).
This means you don't take into account any isomeric information. Do you think this might be an issue, especially since isomers don't necessarily have similar chemical or physical properties?
From what I understand you set isomericSmiles = False in your preprocessing (
filter_and_canonicalizefunction).This means you don't take into account any isomeric information. Do you think this might be an issue, especially since isomers don't necessarily have similar chemical or physical properties?