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

Molecular Descriptors (NaNs and Imputation) #491

Open
brifordwylie opened this issue Dec 22, 2024 · 0 comments
Open

Molecular Descriptors (NaNs and Imputation) #491

brifordwylie opened this issue Dec 22, 2024 · 0 comments
Assignees
Labels
domain Domain Specific Functionality

Comments

@brifordwylie
Copy link
Member

brifordwylie commented Dec 22, 2024

So recently saw a bunch of NaNs happen, we think this might be because of additional checking/logging and not because something changed in RDKit/Mordred.

from workbench.utils.chem_utils import compute_molecular_descriptors

df = DataSource("aqsol_data").pull_dataframe()
mol_df = compute_molecular_descriptors(df)

<rdkit>
WARNING Imputing MaxAbsPartialCharge replacing 102 values with mean(0.48)
WARNING Imputing BCUT2D_LOGPLOW replacing 884 values with mean(-2.16)
WARNING Imputing MinPartialCharge replacing 101 values with mean(-0.42)
WARNING Imputing MinAbsPartialCharge replacing 101 values with mean(0.27)
WARNING Imputing MaxPartialCharge replacing 102 values with mean(0.34)
WARNING Imputing BCUT2D_MRHI replacing 884 values with mean(6.28)
WARNING Imputing BCUT2D_LOGPHI replacing 884 values with mean(2.19)
WARNING Imputing BCUT2D_MWLOW replacing 884 values with mean(10.22)
WARNING Imputing BCUT2D_CHGLO replacing 884 values with mean(-2.10)
WARNING Imputing BCUT2D_MRLOW replacing 884 values with mean(0.19)
WARNING Imputing BCUT2D_CHGHI replacing 884 values with mean(2.14)
WARNING Imputing BCUT2D_MWHI replacing 884 values with mean(25.12)
<mordred>
WARNING Imputing RotRatio replacing 149 values with mean(0.22)
@brifordwylie brifordwylie added the domain Domain Specific Functionality label Dec 22, 2024
@brifordwylie brifordwylie added this to the SageWorks 0.9.0 milestone Dec 22, 2024
@brifordwylie brifordwylie self-assigned this Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain Domain Specific Functionality
Projects
Status: Backlog
Development

No branches or pull requests

1 participant