Solo Unicorn Club logo

CLAUDE.md Configs

Data Science Config

A CLAUDE.md for data science workflows with experiment tracking

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 7 included files and working structure.

03

Move from purchase to first setup in about 3 min.

// Included files

What is inside the package.

CLAUDE.md
conventions/notebook-structure.md
conventions/experiment-tracking.md
conventions/data-versioning.md
templates/experiment-log.md
templates/model-card.md
README.md

Description

What is Data Science Config?

CLAUDE.md for data science workflows. Jupyter conventions, experiment tracking, model evaluation protocols, data versioning, and reproducibility requirements.

claude-code

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
PreviewCLAUDE.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)

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation