evaluating-regression-models
CommunityReport regression quality with confidence
Authorrocklambros
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill turns raw regression predictions into a defensible evaluation, so you can tell whether a model is actually useful instead of relying on a single headline score.
Core Features & Use Cases
- Complete scoring: Reports RMSE, MAE, R-squared, and adjusted R-squared when multiple features are involved.
- Residual diagnostics: Checks residuals versus fitted values, normality with a QQ assessment, and residual shape with a histogram.
- Validation discipline: Requires cross-validation with mean and spread across folds, and switches to time-series-aware validation when forecasting data is involved.
- Practical guardrails: Refuses to accept R-squared by itself, flags possible leakage, and highlights influential or high-error rows for review.
Quick Start
Ask Claude to evaluate the regression model by providing y_true, y_pred, the number of features, and any cross-validation or time-series context.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: evaluating-regression-models Download link: https://github.com/rocklambros/rcs/archive/main.zip#evaluating-regression-models Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.