predictive-analyticslisted
Install: claude install-skill jiachengwang-punch/predictive-analytics-skill
# 预测分析方法论 / Predictive Analytics Methodology
> A platform-neutral, language-adaptive methodology for taking any structured (tabular) dataset through a rigorous, complete machine-learning analysis. Suitable for coursework, theses, and real business analysis.
## ⚠️ HIGHEST-PRIORITY INSTRUCTION: Output language
**Detect the language of the user's request and produce the ENTIRE analysis in that language** — section titles, explanations, result interpretations, chart text/labels, and the final report. If the user writes in Chinese, output everything in Chinese (including matplotlib chart labels). If in English, output in English. If in another language, match it. Code comments should also follow the user's language where practical. Do not switch languages mid-analysis. This instruction overrides any default.
## What this methodology delivers
A complete analysis pipeline that turns raw tabular data into an interpretable, validated predictive model plus an honest, decision-oriented report. It covers both **classification** and **regression**, plus **unsupervised clustering** as a complementary view. It bakes in research-grade rigor: data-leakage detection, baseline comparison, cross-validation, residual diagnosis, and data-driven (not guessed) thresholds.
## The 7-stage workflow
Work through these stages in order. Each has a dedicated deep-dive guide in `references/`. Read the relevant guide before executing that stage — the guides contain the concrete techniques, code patter