What problem does it solve?
When you need to build a binary classification model quickly and convincingly, this Skill turns your chosen feature set into an XGBoost training workflow with standardized performance, stability, and model card reporting.
Core Features & Use Cases
- Multi-feature-scheme modeling: run one feature list, run multiple feature sets, or generate feature schemes via IV/PSI/correlation/statistics selectors, then compare results side-by-side.
- Decision-grade evaluation: produce AUC/KS/Gini plus business-oriented Lift and Bad Capture Rate metrics, with PSI and stability analysis across time windows.
- Portable, no-platform-coupling workflow: outputs a structured result.json manifest and a human-readable modeling report in one run for downstream skills.
Quick Start
Train an XGBoost baseline on your dataset and get a full report by telling the AI: "Use xgb-modeling to train a binary model with --data_path ./examples/toy.parquet, --target y_label, and --output_dir ./outputs/run1."