Predicting Drug Solubility Using Different Machine Learning Methods -- Linear Regression Model with Extracted Chemical Features vs Graph Convolutional Neural Network
John Ho, Zhao-Heng Yin, Colin Zhang, Nicole Guo, Yang Ha

TL;DR
This study compares linear regression and graph convolutional neural network models for predicting drug solubility, highlighting the trade-offs between interpretability and performance using chemical features and graph-based representations.
Contribution
It demonstrates the effectiveness of GCNNs over linear regression in prediction accuracy and emphasizes the interpretability advantages of linear models in chemical analysis.
Findings
GCNN outperforms linear regression in prediction accuracy
Oxygen atoms increase molecule solubility
Most heteroatoms decrease solubility except oxygen and nitrogen
Abstract
Predicting the solubility of given molecules remains crucial in the pharmaceutical industry. In this study, we revisited this extensively studied topic, leveraging the capabilities of contemporary computing resources. We employed two machine learning models: a linear regression model and a graph convolutional neural network (GCNN) model, using various experimental datasets. Both methods yielded reasonable predictions, with the GCNN model exhibiting the highest level of performance. However, the present GCNN model has limited interpretability while the linear regression model allows scientists for a greater in-depth analysis of the underlying factors through feature importance analysis, although more human inputs and evaluations on the overall dataset is required. From the perspective of chemistry, using the linear regression model, we elucidated the impact of individual atom species and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Drug Discovery Methods · Machine Learning in Materials Science · Analytical Chemistry and Chromatography
MethodsLinear Regression
