select-data

Select datasets, fields, and records for CRISP-DM modeling datasets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Select-data helps data teams decide which datasets, fields, and records to carry forward into modeling, ensuring traceability of inclusion decisions and alignment to CRISP-DM goals.

Core Features & Use Cases

  • Articulates dataset, field, and record inclusion criteria for CRISP-DM phase 3 data preparation.
  • Produces a working Jupyter notebook at notebooks/3.1-select-data.ipynb containing analysis and rationale, plus a summary document at docs/crisp-dm/3-data-preparation/3.1-select-data.md.
  • Enables reproducible data selection workflows and decision recording across projects.

Quick Start

Run the data selection workflow against your collected data and review the generated notebook and summary to confirm the chosen data subset.

Frequently Asked Questions about select-data

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

FAQPage Schema
How do I select the right data for CRISP-DM modeling from multiple datasets?

Selecting the right data for modeling involves deciding which datasets, fields, and records to carry forward based on CRISP-DM Phase 2 data understanding. This ensures traceability of inclusion decisions and alignment with defined data mining goals.

Why does data selection require access to Phase 2 documentation?

Data selection requires Phase 2 documentation because it contains the 1.3 data mining goals and 2.x data understanding outputs. These sources provide the necessary context to decide which datasets, fields, and records meet quality considerations for modeling.

How do I document dataset inclusion criteria for reproducible modeling workflows?

Document dataset inclusion criteria by generating a Jupyter notebook at notebooks/3.1-select-data.ipynb containing analysis and rationale, plus a summary document at docs/crisp-dm/3-data-preparation/3.1-select-data.md. This enables reproducible data selection workflows.

Can I use this data preparation workflow for projects with multiple data sources?

Yes, this data selection workflow applies to CRISP-DM 3.x data preparation across projects with multiple data sources and quality considerations. It determines exactly which datasets, fields, and records from Phase 2 will be carried forward into the modeling dataset.

What is the best way to decide which fields and records to carry forward into a modeling dataset?

The best way to decide which fields and records to carry forward is to apply CRISP-DM data selection criteria against your collected data. This articulates inclusion rationale and produces a summary document confirming the chosen data subset for modeling.