Update README file.
Browse files
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
Flight Delay Prediction — Full Project
|
|
|
|
| 2 |
This project analyzes U.S. domestic flight data and builds both regression and classification models to predict flight arrival delays.
|
| 3 |
The work is structured into eight clear stages, following the assignment’s required workflow.
|
| 4 |
|
|
@@ -37,7 +38,6 @@ Results (Baseline):
|
|
| 37 |
- RMSE ≈ 9.23 minutes
|
| 38 |
- R² ≈ 0.88
|
| 39 |
- Train/test scores were close - no overfitting.
|
| 40 |
-

|
| 41 |
|
| 42 |
4. Feature Engineering -
|
| 43 |
Performed multiple transformations to enhance model performance:
|
|
|
|
| 1 |
+
Flight Delay Prediction — Full Project (Parts 1-8) -
|
| 2 |
+
Overview -
|
| 3 |
This project analyzes U.S. domestic flight data and builds both regression and classification models to predict flight arrival delays.
|
| 4 |
The work is structured into eight clear stages, following the assignment’s required workflow.
|
| 5 |
|
|
|
|
| 38 |
- RMSE ≈ 9.23 minutes
|
| 39 |
- R² ≈ 0.88
|
| 40 |
- Train/test scores were close - no overfitting.
|
|
|
|
| 41 |
|
| 42 |
4. Feature Engineering -
|
| 43 |
Performed multiple transformations to enhance model performance:
|