Data Science Config
A CLAUDE.md for data science workflows with experiment tracking
$9Starter SkillFor specialists, founders, and lean teams
What is Data Science Config?
CLAUDE.md for data science workflows. Jupyter conventions, experiment tracking, model evaluation protocols, data versioning, and reproducibility requirements.
Setup Time
3 min
Difficulty
Intermediate
Works With
claude-code
What's Included
- CLAUDE.md
- conventions/notebook-structure.md
- conventions/experiment-tracking.md
- conventions/data-versioning.md
- templates/experiment-log.md
- templates/model-card.md
- README.md
Preview
CLAUDE.md
# CLAUDE.md — Data Science Config
## Notebook Conventions
- One notebook per experiment, named: YYYY-MM-DD-experiment-name.ipynb
- First cell: imports and config (no magic numbers in code cells)
- Last cell: summary of results and next steps
- Clear all outputs before committing
## Experiment Tracking
- Log every run: parameters, metrics, artifacts
- Use MLflow or Weights & Biases for tracking
- Never overwrite previous experiment results
- Tag experiments: exploratory, validation, production
## Reproducibility Requirements
- Pin all package versions in requirements.txt
- Set random seeds: numpy, torch, sklearn
- Document data source, version, and access date
- Include data preprocessing steps in pipeline (not notebook)Installation Guide
1
Copy config to project root
cp data-science-config/CLAUDE.md ./CLAUDE.md2
Start Claude Code — config loads automatically
claudeRelated Products
CLAUDE.md ConfigFree
Content Creator Config
A CLAUDE.md tuned for writing, editing, and publishing workflows
CLAUDE.md Config$9
Customer Success Config
A CLAUDE.md for proactive, retention-focused customer management
CLAUDE.md ConfigFree
DevOps/SRE Config
A CLAUDE.md for DevOps teams with incident and change management
CLAUDE.md Config$9
E-commerce Config
A CLAUDE.md tuned for product catalogs, orders, and conversion