Feature Engineering

Transforms raw game, player, and goalie data into model-ready features with built-in leakage detection. Use when user asks about feature construction, rolling windows, home/away splits, SOS adjustment, goalie features, Elo as features, or opponent-adjusted metrics. Strictly enforces .shift(1) before any rolling calculation. Do not use for raw data exploration -- see game-lookup or team-analysis. Do not use for understanding hockey metrics -- see hockey-analytics. Do not use for xG feature construction -- see xg-model-building.

PuckAPI 7dbdd77 2 files · 20.4 KB Updated

File contents

PuckAPI/claude-sports-analytics/tree/main/skills/feature-engineering commit 7dbdd777d8

Frequently asked questions

npx skillmds@latest add puckapi/feature-engineering