Pydoe3 experimental design starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.From the repository description
npx -y skills add ma-compbio-lab/SkillFoundry --skill pydoe3-experimental-design-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 170 tokens by cl100k_base, as published. Nobody here has run it
pyDOE3 Experimental Design Starter
Use this skill to generate a tiny full-factorial design from bounded factor definitions and summarize the resulting experiment table.
What This Skill Does
- reads a small JSON factor specification
- generates a
2^kfull-factorial design withpyDOE3 - maps coded levels to real factor bounds
- reports factor names and generated rows for downstream experiment planning
Run
./slurm/envs/statistics/bin/python skills/statistical-and-machine-learning-foundations-for-science/pydoe3-experimental-design-starter/scripts/run_pydoe3_experimental_design.py --input skills/statistical-and-machine-learning-foundations-for-science/pydoe3-experimental-design-starter/examples/toy_factors.json --out scratch/statistics/experimental_design_summary.json
What ships with it: 7 files
5.4 KB alongside SKILL.md, 2 of them executable
assets/
examples/
- README.md87 B
- toy_factors.json91 B
scripts/
- run_pydoe3_experimental_design.pyruns1.8 KB
tests/
- test_run_pydoe3_experimental_design.pyruns1.4 KB
- metadata.yaml1.5 KB
- refs.md99 B