Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Experiments

This folder stores experiments by lifecycle status.

Use work/ for general implementation work. Use experiments/ only for reproducible hypothesis-run-result-interpretation workflows.

  • planned/: not started yet
  • running/: actively running
  • completed/: run and first-pass interpretation finished
  • published/: shared internally or externally
  • archive/: long-term storage

Prefer creating experiments with scripts/expctl.py init <name>.

Standard experiment folder:

YYYY-MM-DD_<experiment_name>/
  README.md
  experiment.json
  configs/
  scripts/
  logs/
  results/
  figures/
  publish/