Pydoe3 experimental design starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.
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