ClipMarts

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.md
2

Start Claude Code — config loads automatically

claude
Share
Files included7
Setup time3 min
Difficultyintermediate

Tags

claude-mddata-sciencejupytermlexperimentsreproducibility