AI-based pricing & revenue optimization
MSc thesis · CompuSoft A/S
Campsites and resorts price rooms and pitches mostly by intuition, leaving revenue on the table during peak windows and overpricing during slow ones. Goal: a data-driven decision-support tool that recommends prices from historical bookings, seasonality, and competitor signals.
- →Built an ETL pipeline over historical bookings using pandas / dask for feature engineering
- →Trained baseline regression and gradient-boosted models with scikit-learn, evaluated against a heuristic benchmark
- →Designed a Dash/AnyChart visualization layer so domain experts can challenge recommendations, not just consume them