molfeat

Community

Unified molecular featurization for ML at scale.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

MolFeat unifies 100+ featurizers (ECFP, MACCS, descriptors, pretrained models like ChemBERTa) and provides ready-to-use pipelines to convert SMILES to machine-learning features, speeding up model development and deployment in cheminformatics.

Core Features & Use Cases

  • Single API for many featurizers: Mix fingerprints, descriptors, and embeddings.
  • Batch transformers: Scikit-learn compatible transformers for pipelines.
  • Performance & reproducibility: Parallel processing, caching, and state saving.
  • Common workflows: QSAR, virtual screening, similarity search, deep learning embeddings.
  • Use cases include traditional ML with fingerprints, interpretable descriptors, and transformer-based embeddings.

Quick Start

Featurize a small set of SMILES with FPCalculator and MoleculeTransformer, then train a simple model.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: molfeat
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#molfeat

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository