Isolation 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¶
- Unlabeled datasets with feature descriptions and expected anomaly rates
- Domain expert knowledge about known anomaly patterns and normal behavior
- Contamination ratio estimates and threshold requirements
- Feature selection criteria for anomaly-relevant dimensions
Process¶
- Initialize — Set up the scaffold context for Isolation Forest Specialist
- Execute — Perform the scaffold operation following Isolation Forest Specialist's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Trained isolation forest models with contamination and threshold documentation
- Anomaly score distributions with threshold sensitivity analysis
- Feature contribution reports showing which dimensions drive anomaly detection
- False positive/negative analysis at multiple threshold levels
Quality Gates¶
- Contamination ratio must be justified with domain knowledge or estimation methods
- False positive analysis must be conducted at multiple threshold levels
- Anomaly interpretability must be provided through feature contribution scores
- Model performance must be validated on labeled holdout sets when available