select-modeling-techniques

Evaluate modeling techniques against CRISP-DM 4.1 goals and constraints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams in selecting the most appropriate modeling techniques for a CRISP-DM 4.1 project by systematically evaluating candidate methods against defined goals, data characteristics, and constraints.

Core Features & Use Cases

  • Evaluate candidate modeling techniques against data mining goals, data characteristics, and constraints.
  • Produce a structured technique selection report and a baseline artifact in docs/crisp-dm/4-modeling/.
  • Generate a Jupyter notebook with analysis and a summary document for CRISP-DM phase 4 artifacts.

Quick Start

Provide your project context and run the technique selection workflow to generate the report and baseline artifacts.

Frequently Asked Questions about select-modeling-techniques

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

FAQPage Schema
How do I select the best modeling techniques for a CRISP-DM data mining project?

To select modeling techniques for a CRISP-DM project, evaluate candidate methods against data mining goals, data characteristics, and project constraints. This produces a structured technique selection report with a comparison matrix and rationale.

What is the best way to document baseline modeling technique selection for data mining?

The best way to document baseline modeling technique selection is to generate a Jupyter notebook and a markdown summary in the CRISP-DM 4-modeling directory. This captures the technique comparison matrix, assumptions, and selection rationale.

How does technique selection work in the CRISP-DM 4.1 modeling phase?

Technique selection works by assessing candidate methods against defined data mining goals and data characteristics. It generates a baseline artifact stored in notebooks and docs that includes a comparison matrix to guide subsequent modeling steps.

Can I use this technique selection workflow for any data mining project?

You can use this technique selection workflow for any CRISP-DM 4.1 data mining project. It systematically evaluates candidate methods against your specific project constraints, data characteristics, and data mining goals to produce a tailored selection report.

What artifacts do I need to generate when choosing modeling techniques?

When choosing modeling techniques, you need to generate a Jupyter notebook with analysis and a markdown document for CRISP-DM phase 4 artifacts. These baseline artifacts must include a comparison matrix, rationale, and modeling assumptions.

Why do I need to document modeling assumptions during baseline technique selection?

You need to document modeling assumptions during baseline technique selection to clearly guide the next steps of your CRISP-DM project. These assumptions, alongside the comparison matrix and rationale, ensure the chosen data mining methods are transparent and validated.