← all publishers

tidymodels

@tidymodels source repo

13 published skills

  1. Add Model Type · tidymodels
    Add a new model class to tidypredict
    0
    installs
  2. Add Model Engine · tidymodels
    Add tidypredict support for a new parsnip engine of an already-supported model type. Use when a user wants an existing tidymodels model type to work with an additional engine (e.g. "add the glm engine to linear_reg()", "support partykit in rand_forest()"). This is the lighter-weight of the two model-support skills. If the engine's fitted object is a class tidypredict does not yet parse, use the add-model-type skill first.
    0
    installs
  3. Tidy Add Step Argument · tidymodels
    Guide for adding a new argument to an existing recipes step or check. Use when a user asks to add an argument/parameter to a `step_*()` or `check_*()` function, covering the constructor, `prep()`, backwards compatibility with previously saved recipes, documentation, tests, and NEWS.
    0
    installs
  4. Types Check · tidymodels
    Validate function inputs in R using a standalone file of check_* functions. Use when writing exported R functions that need input validation, reviewing existing validation code, or when creating new input validation helpers.
    0
    installs
  5. Create Skill · tidymodels
    Guide for creating new Claude Code skills. Use when you need to create a new skill to package expertise or workflow into a reusable capability that Claude can automatically invoke.
    0
    installs
  6. Detect Metrics · tidymodels
    Detect and list all metric functions in the yardstick package. Use when a user asks to find, list, or identify all metrics in the package.
    0
    installs
  7. Tidy Deprecate Function · tidymodels
    Guide for deprecating R functions/arguments. Use when a user asks to deprecate a function or parameter, including adding lifecycle warnings, updating documentation, adding NEWS entries, and updating tests.
    0
    installs
  8. Tidymodels · tidymodels bundle
    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 learning, model training, or prediction tasks.
    0
    installs
  9. Add Recipe Step · tidymodels bundle
    Create a new preprocessing step for the recipes package following tidymodels conventions
    0
    installs
  10. Add Parsnip Model · tidymodels bundle
    Create entirely new model specifications for the parsnip package. Use when creating a fundamentally new model type (like linear_reg, boost_tree) with its constructors, registration, and engine implementations. For adding engines to existing models, use add-parsnip-engine instead.
    0
    installs
  11. Add Parsnip Engine · tidymodels bundle
    Add new computational engines to existing parsnip models. Use when connecting an existing parsnip model (linear_reg, boost_tree, etc.) to a new computational backend or R package.
    0
    installs
  12. Add Dials Parameter · tidymodels bundle
    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 parameters requiring finalization.
    0
    installs
  13. Add Yardstick Metric · tidymodels bundle
    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.
    0
    installs