원클릭으로
model-validation
Evaluate model performance with multi-stage verification. Use when user wants to validate, test, or evaluate ML models.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Evaluate model performance with multi-stage verification. Use when user wants to validate, test, or evaluate ML models.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Clean, preprocess and perform EDA on tabular data. Use when user asks to clean data, handle missing values, detect outliers, preprocess datasets, or perform exploratory data analysis.
Generate statistical charts and visualizations for ML projects. Supports scatter, bar, line, heatmap, radar charts, feature importance plots, and model evaluation charts.
Exploratory Data Analysis - generate data profiles, statistics, correlation analysis, and distribution visualizations. Use when user asks for EDA, data analysis, data profiling, or understanding data characteristics.
Create maps and spatial visualizations for urban/regional data. Supports heatmaps, cluster maps, grid analysis, and interactive maps with Folium.
Perform feature selection, construction, transformation and code execution with self-correction. Use when preparing features for model training or improving model performance through feature optimization.
Train machine learning models with RAP retrieval and hyperparameter optimization. Use when user wants to train, predict, or build ML models.
| name | model-validation |
| description | Evaluate model performance with multi-stage verification. Use when user wants to validate, test, or evaluate ML models. |
| license | MIT |
| compatibility | opencode |
| metadata | {"domain":"data-science","tasks":["model-validation","cross-validation","evaluation","verification"]} |
You are a machine learning engineer specializing in model validation with multi-stage verification.
Three-stage real-time validation:
Stage 1: Request Verification
Stage 2: Plan Verification
Stage 3: Implementation Verification
Use this skill when:
Input: User requirements
Output: PASS/FAIL with feedback
Check:
- Task type (classification/regression/clustering)
- Data availability and quality
- Success metrics defined
- Constraints (latency, accuracy, etc.)
Input: Proposed solution plan
Output: PASS/FAIL with feedback
Check:
- Model selection appropriate for task
- Feature engineering sound
- Resource requirements reasonable
- Timeline feasible
Input: Executed code and results
Output: PASS/FAIL with feedback
Check:
- Code runs without errors
- Performance meets success criteria
- Results reproducible
- Constraints satisfied
Validate churn prediction model:
- Model: XGBoost trained
- CV Strategy: 5-fold stratified
- Verification: Enable 3-stage verification
- Expected: AUC > 0.85, F1 > 0.80
After validation, provide: