Random Forest Specialist — Scaffold Workflow¶
Description: Generate new artifact from scratch
When to Use¶
Use the scaffold workflow when you need to generate new artifact from scratch.
Input Requirements¶
- Structured datasets with feature type annotations and missing value indicators
- Ensemble size and diversity requirements (tree count, max features, max depth)
- Evaluation metrics and baseline performance targets
- Reproducibility requirements (random seed specifications)
Process¶
- Initialize — Set up the scaffold context for Random Forest Specialist
- Execute — Perform the scaffold operation following Random Forest Specialist's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Trained random forest models with ensemble configuration documentation
- Feature importance reports with impurity-based and permutation-based rankings
- Out-of-bag performance estimates with convergence analysis
- Ensemble diversity metrics with inter-tree agreement analysis
Quality Gates¶
- Reproducible random seeds must be set for all forest construction
- Feature importance must be analyzed using both impurity-based and permutation methods
- Ensemble diversity must be verified through inter-tree correlation analysis
- Out-of-bag estimation must be used for initial performance assessment