What problem does it solve? Data analysis and machine learning tasks often lack a consistent methodology, leading to skipped validation steps, data leakage, and notebooks that show code without interpretation. This Skill enforces disciplined ML workflows with step-by-step plans and mandatory analysis after every code cell. ## Core Features & Use Cases - Task-Specific Analysis Plans: Provides structured step-by-step workflows for clustering, classification, regression, time series forecasting, exploratory data analysis, anomaly detection, and model comparison. - Essential ML Safeguards: Enforces strict featurization ordering (split before fitting preprocessing pipelines) and systematic handling of missing or NULL values to prevent data leakage. - Narrative Notebooks: Requires a markdown analysis cell after every code cell and a final summary that comprehensively answers the original prompt. - Use Case: When asked to segment customers, the Skill walks through schema understanding, feature encoding, standardization, silhouette-score-based cluster selection, PCA visualization, and a written description of each cluster. ## Quick Start Ask the AI to perform a clustering, classification, regression, or forecasting analysis on your dataset and it will follow the appropriate structured plan with analysis after each step.