Demand Forecasting with SHGP
The core idea: hotels within the same chain share certain demand patterns (seasonality, day-of-week effects), but each property also has its own quirks (local events, proximity to airports, business vs. leisure mix). The Sparse Hierarchical GP captures both levels through a kernel structure that separates group-level from individual-level variation.
- Designed a custom SHGP model in GPflow with a group kernel shared across the chain and individual kernels per hotel
- Predicted occupancy, booking-choice probability, and whole-group demand metrics across Accor, Choice, and Wyndham chains
- Built booking curve analysis tools to incorporate real-time reservation patterns as features
- Measured forecast accuracy using days-to-arrival metrics, comparing head-to-head against the IDeaS production system
- Used ARIMA and naïve baselines to establish a lower bound for meaningful comparison