Skip to content

jurevito/molecule-solubility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Molecule solubility

We tried to predict water solubility of molecules based on molecular structure. Graph models used are from machine learning library deepchem. We compared:

  • Graph Convolutional Model
  • Message Passing Neural Network
  • Random Forest Regressor.

Results

Dataset was split into training (80%) and testing (20%) set. Results were measured on testing set. Best performance was achieved by graph models especially MPNN.

Model RMSE MAE R2
GCM 0.784 0.625 0.868
MPNN 0.610 0.479 0.920
RFR 1.142 0.872 0.701

RMSE Scores

About

Molecule water solubility prediction using DeepChem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published