yardstick
Model performance metrics, evaluation, and R package maintenance
All Skills in This Repository (3)
Pure Emerald Level Indicatorsdetect-metrics
List all metric functions available in the yardstick R package.
tidy-deprecate-function
Deprecate R functions and arguments with lifecycle warnings and documentation updates.
create-skill
Guide creation of Claude Code skills with YAML frontmatter and markdown structure.
Frequently Asked Questions
FAQPage SchemaHow to install yardstick?โผ
Run `npx skills add tidymodels/yardstick --all -g -y` in your terminal to install all skills in this suite globally.
What is the yardstick R package used for?โผ
Yardstick measures how well machine learning models perform using tidy data principles. It computes metrics like accuracy, ROC AUC, precision, and recall for classification, regression, and survival models.
How to calculate metrics across multiple resamples?โผ
Group your data frame by resample with dplyr's group_by(), then call any metric like roc_auc(). Yardstick calculates the metric for every resample at once and returns a tidy data frame.
Does yardstick support multiclass classification metrics?โผ
Yes. Every classification metric has multiclass extensions with macro, micro, and weighted averaging options, plus the Hand-Till method for multiclass ROC AUC.
Can I use these skills without deep R package experience?โผ
Yes. The included skills guide your agent through detecting metrics, deprecating functions, and following package conventions step by step.
Related Repositories in Data & Analytics
View All in Data & AnalyticsโPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web