Agent skill · AI & Agents

regression-analysis-modeling

Perform comprehensive regression analysis and predictive modeling using linear regression, decision trees, and random forests. Use when you need to predict continuous values like housing prices, sales forecasts, demand predictions, or any numerical target variables. Includes automated feature engineering, model comparison, and visualization with Chinese language support.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill regression-analysis-modeling-liangdabiao-claude-data-analysis-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: ReadWriteBashGlob
Path: skills/ai-ml/regression-analysis-modeling-liangdabiao-claude-data-analysis-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Regression Analysis & Predictive Modeling A comprehensive regression analysis skill that automates the complete machine learning workflow from data preparation to model evaluation and interpretation, supporting multiple algorithms and business use cases. ## Instructions ### 1. Data Preparation and Exploration When users provide datasets for regression analysis: - Load and validate the data structure and quality - Handle missing values, outliers, and data type conversions - Perform exploratory data analysis (EDA) with visualizations - Identify potential predictors and target variables - Support both English and Chinese column names and data ### 2. Feature Engineering - **Date Features**: Extract time-based features from datetime columns - **Categorical Encoding**: Convert categorical variables to numerical representations - **Feature Creation**: Generate interaction terms, ratios, and derived features - **Feature Selection**: Identify most predictive features using statistical methods - **Data Scaling**: Standardize or normalize features as needed for different algorithms ### 3. Model Training and Selection - **Linear Regression**: Baseline model with coefficient interpretation -

What's inside
Steps it walks through
  1. Instructions
  2. 1. Data Preparation and Exploration
  3. 2. Feature Engineering
  4. 3. Model Training and Selection
  5. 4. Model Evaluation and Diagnostics
  6. 5. Visualization and Reporting
  7. Usage Examples
  8. Housing Price Prediction
  9. Sales Forecasting
  10. Risk Assessment
  11. Key Features
  12. Automated ML Pipeline
  13. Business-Focused Outputs
  14. Advanced Analytics
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the regression-analysis-modeling skill do?

Perform comprehensive regression analysis and predictive modeling using linear regression, decision trees, and random forests. Use when you need to predict continuous values like housing prices, sales forecasts, demand predictions, or any numerical target variables. Includes automated feature engineering, model comparison, and visualization with Chinese language support.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill regression-analysis-modeling-liangdabiao-claude-data-analysis-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going