deepchem
Build Molecular ML Workflows with DeepChem
Molecular machine learning often requires specialized featurizers, datasets, and evaluation methods. This skill helps Claude, Codex, and Claude Code design DeepChem workflows for property prediction, transfer learning, and benchmarks.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "deepchem" from https://skillstore.io/skills/k-dense-ai-deepchem.md and its manifest at https://skillstore.io/api/skills/k-dense-ai-deepchem/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "deepchem". I have 800 molecules with SMILES and solubility labels. What should I try first?
Expected outcome:
- Start with CircularFingerprint and a simple regression model as a baseline.
- Use ScaffoldSplitter to reduce chemical leakage between train and test sets.
- Consider transfer learning if the baseline is unstable or the labels are sparse.
Using "deepchem". I need to evaluate toxicity prediction on Tox21.
Expected outcome:
- Use a MoleculeNet Tox21 loader with graph features and scaffold splitting.
- Train a multitask classifier because Tox21 has multiple toxicity tasks.
- Report ROC-AUC per task and include missing-label handling in the evaluation notes.
Using "deepchem". My graph model is running out of memory.
Expected outcome:
- Reduce batch size before changing the model architecture.
- Use disk-backed datasets for large feature arrays.
- Start with a fingerprint baseline to confirm the dataset and labels are usable.
Security Audit
SafeAll static findings were adjudicated as false positives after reviewing the cited files. The alerts come from Markdown code fences, DeepChem API names, ML validation terminology, argparse choices, and public documentation links rather than malicious behavior.
Risk Factors
⚙️ External commands (50)
🌐 Network access (3)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/k-dense-ai-deepchem/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/k-dense-ai-deepchem?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/k-dense-ai-deepchem?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/k-dense-ai-deepchem/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/k-dense-ai-deepchem.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
K-Dense-AI. (2026). deepchem security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/k-dense-ai-deepchem/audits/9BibTeX citation
@techreport{k-dense-ai-k-dense-ai-deepchem-2026,
author = {K-Dense-AI},
title = {deepchem security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/k-dense-ai-deepchem/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "deepchem security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "K-Dense-AI"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/k-dense-ai-deepchem/audits/9"
identifiers:
- type: other
value: "skillstore:k-dense-ai-deepchem:audit:9"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
k-dense-ai-deepchem
2026-08-21
davila7-deepchem
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prioritize drug candidates
Estimate solubility, toxicity, or activity trends before costly laboratory screening.
Prototype molecular models
Compare fingerprints, descriptors, and graph neural networks on a custom molecular dataset.
Teach chemistry ML workflows
Create guided examples that explain featurization, scaffold splitting, metrics, and benchmark evaluation.
Try These Prompts
Help me choose a DeepChem featurizer for a CSV file with SMILES strings and one solubility target. Explain the tradeoffs.
Design a DeepChem workflow to train a graph convolution model on Tox21 with scaffold splitting and ROC-AUC evaluation.
Plan a transfer learning workflow for a small binding affinity dataset using a pretrained molecular model and proper validation.
Compare CircularFingerprint, RDKitDescriptors, GCN, and AttentiveFP for my ADMET dataset. Recommend an experiment plan and metrics.
Best Practices
- Use scaffold splitting for molecular prediction tasks to reduce structure-based data leakage.
- Start with simple fingerprint baselines before training deep graph neural networks.
- Match metrics to the task type, such as ROC-AUC for classification and RMSE or R2 for regression.
Avoid
- Do not use random splits for drug discovery claims when similar scaffolds may appear in both sets.
- Do not train large graph neural networks on very small datasets without strong regularization or transfer learning.
- Do not treat predicted molecular properties as experimental evidence without external validation.
Frequently Asked Questions
What is this skill best for?
Can it run DeepChem models directly?
Which featurizer should I start with?
Why is scaffold splitting recommended?
Does it support pretrained models?
Is this a substitute for laboratory validation?
Developer Details
Author
K-Dense-AILicense
MIT license
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/deepchemRef
1ffa7643651792ccb4bd3b15d924d2c97edff755
Maintenance freshness
7/18/2026
Usage
9 downloads · 202 views
File structure