Airport Security Processing Time Predictor
Based on your flight details, all operational parameters are automatically inferred from historical airport patterns.
These values are pre-filled based on your selected date and time using historical airport operational data.
Three supervised learning models were trained on the synthetic dataset (600 samples, 14 features). Linear Regression outperformed ensemble methods due to the near-linear nature of the dataset.
| Model | Train MAE | Test MAE | Train R² | Test R² | Generalization |
|---|---|---|---|---|---|
| ✓ Linear Regression | 1.6944 | 1.9316 | 0.7192 | 0.6323 | |
| Random Forest | 0.9468 | 1.9837 | 0.9029 | 0.6120 | |
| Gradient Boosting | 0.1833 | 2.1358 | 0.9957 | 0.5474 |
⚠ Random Forest & Gradient Boosting overfit on training data — large gap between Train R² and Test R².
Feature importance scores from the Random Forest model identify the most influential variables in predicting security wait time.