← Back to Portfolio
Grey Tiger Technology
BTS / DOT · Bureau of Transportation Statistics In Progress

Flight Delay
Forecasting Model

Python Regression BTS Data Scikit-learn Power BI Feature Engineering

Project Overview

This project builds a machine learning model to predict commercial flight delays using the Bureau of Transportation Statistics (BTS) On-Time Performance dataset — one of the most comprehensive publicly available sources of U.S. domestic flight data.

The model identifies which combination of factors — carrier, route, season, departure time, and weather category — most reliably predicts a delay, and by how much. Results are presented with feature importance reporting so the drivers of delay are clearly communicated alongside the predictions themselves.

Methodology

The project uses a supervised regression approach with the following pipeline:

Dashboard & Charts

Power BI dashboard and model output charts will be embedded here upon project completion.

Power BI Dashboard
Interactive dashboard — Coming Soon
Feature Importance Chart · Delay Predictors Ranked
Scikit-learn / Matplotlib output — Coming Soon
Predicted vs. Actual Delay · Model Accuracy
Python regression output — Coming Soon

Key Findings

Findings will be documented here upon model completion. Expected outputs include:

Source Code

Full Python analysis code, model training pipeline, and documentation available on GitHub.

GitHub Repository — Coming Soon