What problem does it solve?
Molfeat unifies 100+ molecular featurizers to transform chemical structures (SMILES or RDKit molecules) into machine-learning-ready vectors, accelerating cheminformatics workflows and model development.
Core Features & Use Cases
- Provides calculators, transformers, and pretrained models to convert molecules into numeric representations for QSAR/QSPR, virtual screening, and similarity searches.
- Supports a broad range of featurizers (ECFP/MACCS/MAP4 descriptors, Mordred/RDKit, USR, CATS, Gobbi, Graphormer, ChemBERTa, ChemGPT, MolT5, etc.) and batch processing with sklearn pipelines.
- Use cases include building QSAR models, performing virtual screening, conducting descriptor-driven analyses, and extracting embeddings for downstream ML tasks.
Quick Start
Install molfeat, create a calculator with FPCalculator, wrap it in MoleculeTransformer, and featurize a list of SMILES.