What problem does it solve?
This Skill allows users to apply machine learning to chemistry, materials science, and biology, enabling molecular property prediction, drug discovery, materials design, and biomolecule analysis.
Core Features & Use Cases
- Molecular Data Loading: Handles various chemical data formats including SMILES, SDF, and FASTA.
- Molecular Featurization: Converts molecules into numerical representations for machine learning models.
- Data Splitting: Provides splitting methods like ScaffoldSplitter and RandomSplitter to prevent data leakage.
- Model Selection & Training: Offers a range of models including GNNs, Multitask Regressors, and Transfer Learning models.
- MoleculeNet Benchmarks: Access to curated benchmark datasets for training and evaluation.
- Transfer Learning: Leverages pretrained models for improved performance on small datasets.
- Model Evaluation: Includes metrics for classification and regression tasks.
- Making Predictions: Allows prediction on new molecules and datasets.
Quick Start
Use the deepchem skill to load and predict the solubility of a molecule with the SMILES string 'CCO'.