What problem does it solve?
This Skill turns raw hockey game, player, and goalie data into model-ready features without temporal leakage, so predictions are based only on information available before the game being forecast.
Core Features & Use Cases
- Leakage-safe rolling features: Enforces shift-first rolling calculations for recent form, scoring, shot attempts, and other time-based signals.
- Matchup-ready feature construction: Builds home-versus-away differences, rest-day splits, opponent adjustments, and strength-of-schedule features for predictive models.
- Goalie and Elo inputs: Adds starter save percentage, GSAA, confirmed starter flags, and pre-game Elo ratings to improve hockey game prediction.
- Use case: A bettor or analyst can convert season game logs into a clean feature matrix for win-probability or totals modeling, then hand it off to temporal validation or training workflows.
Quick Start
Use the feature-engineering skill to build leak-free home-minus-away hockey features from my game logs and prepare them for model training.