tidymodels/skills

Claude Code Skills for Tidymodels

9Stars on the repository
10Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

add-dials-parameter

01

tidymodels/skills

Skill Claude CodeCodex

Guide for creating new dials parameters for hyperparameter tuning. Use when a developer needs to define custom tuning parameters for models, recipes, or workflows, including quantitative parameters (continuous/integer), qualitative parameters (categorical), parameters with transformations, and data-dependent…

9 4d ago A 62 tokens

add-parsnip-engine

02

tidymodels/skills

Skill Claude CodeCodex

Add new computational engines to existing parsnip models. Use when connecting an existing parsnip model (linearreg, boosttree, etc.) to a new computational backend or R package.

9 4d ago A 44 tokens

add-parsnip-model

03

tidymodels/skills

Skill Claude CodeCodex

Create entirely new model specifications for the parsnip package. Use when creating a fundamentally new model type (like linearreg, boosttree) with its constructors, registration, and engine implementations. For adding engines to existing models, use add-parsnip-engine instead.

9 4d ago A 59 tokens

add-recipe-step

04

tidymodels/skills

Skill Claude CodeCodex

Create a new preprocessing step for the recipes package following tidymodels conventions.

9 4d ago A 20 tokens

tidymodels/skills

Skill Claude CodeCodex

Guide for creating new yardstick metrics. Use when a developer needs to extend yardstick with a custom performance metric, including numeric, class, probability, ordered probability, survival (static, dynamic, integrated, linear predictor), and quantile metrics.

9 4d ago A 55 tokens

tidymodels

06

tidymodels/skills

Skill Claude CodeCodex

Build machine learning models using tidymodels for tabular data using proper data spending, resampling, and validation practices. Covers train/test splitting, cross-validation, feature engineering, model tuning, and evaluation. Use when building predictive models, comparing algorithms, or when users mention machine…

9 4d ago A 70 tokens