What problem does it solve?
DeepChem removes the complexity of building molecular machine learning pipelines by giving you ready-made tools for featurization, dataset loading, scaffold-aware splitting, model training, evaluation, and transfer learning.
Core Features & Use Cases
- Molecular property prediction: Train models for solubility, toxicity, ADMET, binding affinity, and other chemistry tasks.
- Benchmark-ready workflows: Use MoleculeNet datasets and standard evaluation patterns for quick, reproducible experiments.
- Graph and transfer learning: Run GNNs such as GCN, GAT, AttentiveFP, DMPNN, or fine-tune pretrained models like ChemBERTa, GROVER, and MolFormer.
- Practical examples: Build solubility predictors, train graph neural networks on molecular data, or adapt pretrained models to small custom datasets.
Quick Start
Use the deepchem skill to train a scaffold-split molecular property model on your dataset and return evaluation metrics and predictions.