assess-model

Assess trained models beyond aggregate metrics for CRISP-DM workflows.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/thbraet/claude-template --skill assess-model
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assess-model
Source: https://github.com/thbraet/claude-template/tree/main/skills/assess-model
Command: npx skills add https://github.com/thbraet/claude-template --skill assess-model

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs deep assessment of trained models beyond aggregate metrics, analyzing where models succeed and fail, identifying systematic biases, evaluating overfitting risk, and translating technical performance into business impact to guide model selection.

Core Features & Use Cases

  • Comprehensive error analysis including residual patterns, subgroup performance, and overfitting checks.
  • Production-ready artifacts: notebooks and a structured summary document that document results and recommendations for Phase 5 (Evaluation).
  • Business impact translation and evidence-based model selection guidance to inform stakeholders.

Quick Start

Use a target model name or MLflow run to generate the assessment notebook and summary document at the expected locations.

Frequently Asked Questions about assess-model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assess model performance beyond aggregate metrics in CRISP-DM?

Model assessment in CRISP-DM involves analyzing subgroup performance, residual patterns, and overfitting checks to identify systematic biases. This skill generates a structured notebook and summary document translating technical metrics into business impact.

How do I check for overfitting and subgroup bias using MLflow runs?

You can check overfitting and subgroup bias using MLflow runs by applying deep model assessment. The skill analyzes training artifacts to evaluate systematic biases, identify residual patterns, and report subgroup performance beyond standard aggregate metrics.

Can I translate model error analysis into business impact for stakeholders?

Yes, you can translate error analysis into business impact. The skill evaluates deep model assessments and produces a structured summary document with evidence-based model selection guidance to inform stakeholders before deployment.

What do I need to run deep model assessment on trained models?

To run deep model assessment, you need Python data science libraries, access to training artifacts like notebooks and MLflow runs, and a target model name. The skill outputs a notebook at notebooks/4.4-model-assessment.ipynb and a summary document.

When should I move a model to the CRISP-DM Evaluation phase?

You should move a model to the CRISP-DM Evaluation phase after completing comprehensive error analysis, overfitting checks, and business-impact translation. This skill provides the deployment guidance and structured documentation needed to advance models.