Travel Package Cost Predictor
Ridge regression model trained on travel package listings, enriched with
two external lookup tables (city distances + airline cost-per-km) that we
scraped to compensate for missing numeric features.
The model is the actual ridge_model.joblib from the repo — 12 features,
StandardScaler-normalized — not a heuristic.
→ Source on GitHub