ワンクリックで
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 職業分類に基づく
| 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:
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.