Experiment Scientist — Test Workflow¶
Description: Validate artifact against standards
When to Use¶
Use the test workflow when you need to validate artifact against standards.
Input Requirements¶
- Model specifications from Model Architect
- Feature sets and metadata from Feature Architect
- Experiment tracking platform configuration
- Historical experiment results and baselines
Process¶
- Initialize — Set up the test context for Experiment Scientist
- Execute — Perform the test operation following Experiment Scientist's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Experiment protocols with hypothesis and success criteria
- Hyperparameter tuning results with convergence analysis
- A/B test reports with statistical significance assessments
- Experiment comparison dashboards with metric breakdowns
Quality Gates¶
- No experiments without tracking registration and seed control
- Reproducibility must be mandated with fixed seeds and versioned code
- Statistical significance thresholds must be defined before experiments
- All evaluation metrics must be pre-registered before execution