Gradient Boosted Trees Specialist — Refactor Workflow¶
Description: Improve existing artifact structure and quality
When to Use¶
Use the refactor workflow when you need to improve existing artifact structure and quality.
Input Requirements¶
- Structured datasets with feature type annotations (numeric, categorical, ordinal)
- Hyperparameter search space definitions and computational budgets
- Evaluation metrics and business performance targets
- Cross-validation strategy specifications and data splitting requirements
Process¶
- Initialize — Set up the refactor context for Gradient Boosted Trees Specialist
- Execute — Perform the refactor operation following Gradient Boosted Trees Specialist's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Tuned gradient boosted tree models with optimized hyperparameters
- Hyperparameter tuning reports with sensitivity analysis and search history
- Feature importance reports with SHAP values and gain-based rankings
- Cross-validation results with fold-level performance breakdowns
Quality Gates¶
- Overfitting must be detected and mitigated via early stopping and regularization
- Cross-validation must be used for all hyperparameter selection decisions
- Feature importance must be reported using both gain-based and SHAP-based methods
- Training-validation gap must be monitored and documented for all models